Skip to content

Commit

Permalink
add integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aktaskaan committed Dec 18, 2024
1 parent 3b34e67 commit 9e92797
Show file tree
Hide file tree
Showing 4 changed files with 1,121 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/uk/gov/hmcts/ccd/WireMockBaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public abstract class WireMockBaseTest extends AbstractBaseIntegrationTest {
public static final String CASE_01_TYPE = "TestAddressBookCase";
public static final String CASE_02_TYPE = "TestAddressBookCase";
public static final String CASE_03_TYPE = "TestAddressBookCase";
public static final int NUMBER_OF_CASES = 23;
public static final int NUMBER_OF_CASES = 25;
public static final JSONObject responseJson1 = new JSONObject("""
{
"user_task": {
Expand Down
Loading

0 comments on commit 9e92797

Please sign in to comment.