Skip to content

Commit

Permalink
Changed: MetadataBlocksIT test assertion for new total number of disp…
Browse files Browse the repository at this point in the history
…layOnCreate fields
  • Loading branch information
GPortas committed Sep 26, 2024
1 parent 543e2f2 commit 13201dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void testListMetadataBlocks() {

// onlyDisplayedOnCreate=true and returnDatasetFieldTypes=true
listMetadataBlocksResponse = UtilIT.listMetadataBlocks(true, true);
expectedNumberOfMetadataFields = 26;
expectedNumberOfMetadataFields = 28;
listMetadataBlocksResponse.then().assertThat()
.statusCode(OK.getStatusCode())
.body("data[0].fields", not(equalTo(null)))
Expand Down

0 comments on commit 13201dc

Please sign in to comment.