Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
slaurenz committed Mar 25, 2022
1 parent 98ddd47 commit bc971a6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ void setQueryParameters() throws Exception {

Assertions.assertEquals(1, result.size());
Assertions.assertEquals("DE", result.get(0).getCountry());

connector.setQueryParameter(QueryParameter.WITH_FEDERATION, List.of(true,false));


}

@Test
Expand Down

0 comments on commit bc971a6

Please sign in to comment.