File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
sdk/src/test/java/com/fingerprint/api Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ private InputStream getFileAsIOStream(final String fileName) {
55
55
public void before () throws ApiException , IOException {
56
56
api = Mockito .mock (FingerprintApi .class );
57
57
when (api .getEvent (MOCK_REQUEST_ID )).thenReturn (fetchMockWithEventResponse ("mocks/get_event_200.json" ));
58
- //when(api.getEvent(MOCK_REQUEST_ID)).thenReturn(fetchMockWithEventResponse("mocks/update_event_400_error.json"));
59
58
when (api .getEvent (MOCK_REQUEST_WITH_EXTRA_FIELDS_ID )).thenReturn (fetchMockWithEventResponse ("mocks/get_event_200_extra_fields.json" ));
60
59
when (api .getEvent (MOCK_REQUEST_WITH_ALL_FAILED_SIGNALS )).thenReturn (fetchMockWithEventResponse ("mocks/get_event_200_all_errors.json" ));
61
60
when (api .getEvent (MOCK_REQUEST_BOTD_FAILED )).thenReturn (fetchMockWithEventResponse ("mocks/get_event_200_botd_failed_error.json" ));
You can’t perform that action at this time.
0 commit comments