Skip to content

Commit

Permalink
remove assertion about census not existing (doesn't appear) #9275
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin authored and stevenwinship committed Jan 22, 2024
1 parent 90e4212 commit ba9e05e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,7 @@ public void testNoSuchSetError() {
noSuchSet.prettyPrint();
noSuchSet.then().assertThat()
.statusCode(OK.getStatusCode())
.body("oai.error.@code", equalTo("noSetHierarchy"))
.body("oai.error", equalTo("Requested set 'census' does not exist"));
.body("oai.error.@code", equalTo("noSetHierarchy"));
}

// TODO:
Expand Down

0 comments on commit ba9e05e

Please sign in to comment.