-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix for CCD-4702 Possible regression in /search-inputs endpoint in ccd-data-api * CCD-4702 update functional tests * empty commit to trigger build * empty commit to trigger build --------- Co-authored-by: RebeccaBaker <[email protected]> Co-authored-by: rebeccabaker <[email protected]> Co-authored-by: shahir-ali <[email protected]> Co-authored-by: bharatkumarpatel1 <[email protected]> Co-authored-by: Dinesh Patel <[email protected]>
- Loading branch information
1 parent
7c9ff69
commit 99d2147
Showing
12 changed files
with
2,322 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ public class SpreadSheetImportTest extends BaseTest { | |
|
||
private static final String GET_CASE_TYPES_COUNT_QUERY = "SELECT COUNT(*) FROM case_type"; | ||
|
||
private static final String RESPONSE_JSON_V45 = "GetCaseTypesResponseForCCD_TestDefinition_V45.json"; | ||
private static final String RESPONSE_JSON_V55 = "GetCaseTypesResponseForCCD_TestDefinition_V55.json"; | ||
|
||
private static final String EXPECTED_USER_PROFILES = "[{\"id\":\"[email protected]\"," | ||
+ "\"work_basket_default_jurisdiction\":\"TEST\"," | ||
|
@@ -346,7 +346,7 @@ public static Matcher<Map<String, Object>> hasColumn(String key, Object value) { | |
} | ||
|
||
private void assertBody(String contentAsString) throws IOException, URISyntaxException, JSONException { | ||
assertBody(contentAsString, RESPONSE_JSON_V45); | ||
assertBody(contentAsString, RESPONSE_JSON_V55); | ||
} | ||
|
||
private void assertBody(String contentAsString, String fileName) | ||
|
Oops, something went wrong.