We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918ad80 commit 0bf4c0eCopy full SHA for 0bf4c0e
src/contractTest/java/uk/gov/hmcts/ccd/v2/external/controller/CasesControllerProviderTest.java
@@ -224,7 +224,7 @@ void before(PactVerificationContext context) throws JsonProcessingException {
224
225
stubFor(WireMock.post(urlMatching("/oauth2/token"))
226
.willReturn(okJson(objectMapper.writeValueAsString(tokenExchangeResponse)).withStatus(200)));
227
- when(validateCaseFieldsOperation.validateCaseDetails(any(), any())).thenReturn(new HashMap<>());
+ when(validateCaseFieldsOperation.validateCaseDetails(any())).thenReturn(new HashMap<>());
228
}
229
230
private void mockCaseDetailsResponse(String fileName) {
0 commit comments