Skip to content

Commit

Permalink
Fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat980 committed Jan 16, 2024
1 parent 556165a commit 461f2c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
class CrimeEvidenceIntegrationTest {

private static final String CCP_ENDPOINT_URL = "/api/internal/v1/evidence";
private static final String ERROR_MSG = "Call to service MAAT-API failed.";
private static final String ERROR_MSG = "Call to service failed. Retries exhausted: 2/2.";
private static final String CALCULATE_EVIDENCE_FEE = CCP_ENDPOINT_URL.concat("/calculate-evidence-fee");

private MockMvc mvc;
Expand Down

0 comments on commit 461f2c5

Please sign in to comment.