Skip to content

Commit

Permalink
Update src/test/java/co/zeroae/gate/AppTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sodre authored Mar 13, 2021
1 parent 0370c7b commit 3ee1db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/co/zeroae/gate/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public void testAnnotationSelector() throws Exception {
doc = Utils.xmlToDocument(new StringReader(result.getBody()));
assertEquals(1, doc.getAnnotations().getAllTypes().size());

// Do the same but URL Encode the annotations query
input.withMultiValueQueryStringParameters(null)
.withQueryStringParameters(new HashMap<>())
.getQueryStringParameters()
Expand Down

0 comments on commit 3ee1db2

Please sign in to comment.