Skip to content

Fix integration tests when existing records are in the system

Guillaume Caillet requested to merge aws-fix-integration-tests into master

Fix the failing tests on AWS master: https://community.opengroup.org/osdu/platform/system/reference/crs-catalog-service/-/pipelines/241629

The common code for 2 tests was always checking only the first record, but if there was pre-existing data in the system, there would be more data sent by the CRS API.

Merge request reports