Sync Server-Side SDKs schema #33
sync-server-side-sdks-schema.yml
on: workflow_dispatch
Sync schema in Java SDK
/
update
1m 34s
Sync schema in Dotnet SDK
/
update
Sync schema in GO SDK
/
update
Sync schema in Node SDK
/
update
Sync schema in PHP SDK
/
update
Sync schema in Python SDK
/
update
Deployment protection rules
Reviewers, timers, and other rules protecting deployments in this run
Event | Environments |
---|---|
ilfa
approved
|
production |
Annotations
1 error
Sync schema in Java SDK / update
Error: Command failed: bash ./scripts/generate.sh
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/home/runner/work/fingerprint-pro-server-api-openapi/fingerprint-pro-server-api-openapi/sdk/src/test/java/com/fingerprint/api/FingerprintApiTest.java:56: error: no suitable method found for thenReturn(EventResponse)
when(api.getEvent(MOCK_REQUEST_ID)).thenReturn(fetchMockWithEventResponse("mocks/get_event_200.json"));
^
method OngoingStubbing.thenReturn(EventsGetResponse) is not applicable
(argument mismatch; EventResponse cannot be converted to EventsGetResponse)
method OngoingStubbing.thenReturn(EventsGetResponse,EventsGetResponse...) is not applicable
(argument mismatch; EventResponse cannot be converted to EventsGetResponse)
/home/runner/work/fingerprint-pro-server-api-openapi/fingerprint-pro-server-api-openapi/sdk/src/test/java/com/fingerprint/api/FingerprintApiTest.java:57: error: no suitable method found for thenReturn(EventResponse)
when(api.getEvent(MOCK_REQUEST_WITH_EXTRA_FIELDS_ID)).thenReturn(fetchMockWithEventResponse("mocks/get_event_200_extra_fields.json"));
^
method OngoingStubbing.thenReturn(EventsGetResponse) is not applicable
(argument mismatch; EventResponse cannot be converted to EventsGetResponse)
method OngoingStubbing.thenReturn(EventsGetResponse,EventsGetResponse...) is not applicable
(argument mismatch; EventResponse cannot be converted to EventsGetResponse)
/home/runner/work/fingerprint-pro-server-api-openapi/fingerprint-pro-server-api-openapi/sdk/src/test/java/com/fingerprint/api/FingerprintApiTest.java:58: error: no suitable method found for thenReturn(EventResponse)
when(api.getEvent(MOCK_REQUEST_WITH_ALL_FAILED_SIGNALS)).thenReturn(fetchMockWithEventResponse("mocks/get_event_200_all_errors.json"));
^
method OngoingStubbing.thenReturn(EventsGetResponse) is not applicable
(argument mismatch; EventResponse cannot be converted to EventsGetResponse)
method OngoingStubbing.thenReturn(EventsGetResponse,EventsGetResponse...) is not applicable
(argument mismatch; EventResponse cannot be converted to EventsGetResponse)
/home/runner/work/fingerprint-pro-server-api-openapi/fingerprint-pro-server-api-openapi/sdk/src/test/java/com/fingerprint/api/FingerprintApiTest.java:59: error: no suitable method found for thenReturn(EventResponse)
when(api.getEvent(MOCK_REQUEST_BOTD_FAILED)).thenReturn(fetchMockWithEventResponse("mocks/get_event_200_botd_failed_error.json"));
^
method OngoingStubbing.thenReturn(EventsGetResponse) is not applicable
(argument mismatch; EventResponse cannot be converted to EventsGetResponse)
method OngoingStubbing.thenReturn(EventsGetResponse,EventsGetResponse...) is not applicable
(argument mismatch; EventResponse cannot be converted to EventsGetResponse)
/home/runner/work/fingerprint-pro-server-api-openapi/fingerprint-pro-server-api-openapi/sdk/src/test/java/com/fingerprint/api/FingerprintApiTest.java:60: error: no suitable method found for thenReturn(EventResponse)
when(api.getEvent(MOCK_REQUEST_BOTD_MANY_REQUEST)).thenReturn(fetchMockWithEventResponse("mocks/get_event_200_botd_too_many_requests_error.json"));
^
method OngoingStubbing.thenReturn(EventsGetResponse) is not applicable
(argument mismatch; EventResponse cannot be converted to EventsGetResponse)
method OngoingStubbing.thenReturn(EventsGetResponse,EventsGetResponse...) is not applicable
(argument mismatch; EventResponse cannot be converted to EventsGetResponse)
/home/runner/work/fingerprint-pro-server-api-openapi/fingerprint-pro-server-api-openapi/sdk/src/test/java/com/fingerprint/api/FingerprintApiTest.java:61: error: no suitable method found for thenRetur
|