Skip to content

Commit

Permalink
drop "no such set test" #9275
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jan 16, 2024
1 parent 95cc8cb commit edd6fc8
Showing 1 changed file with 0 additions and 9 deletions.
Expand Up @@ -882,15 +882,6 @@ public void testInvalidQueryParams() {

}

@Test
public void testNoSuchSetError() {
Response noSuchSet = given().get("/oai?verb=ListIdentifiers&set=census&metadataPrefix=dc");
noSuchSet.prettyPrint();
noSuchSet.then().assertThat()
.statusCode(OK.getStatusCode())
.body("oai.error.@code", equalTo("noSetHierarchy"));
}

// TODO:
// What else can we test?
// Some ideas:
Expand Down

0 comments on commit edd6fc8

Please sign in to comment.