Skip to content

Commit

Permalink
Removing @ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Nov 18, 2022
1 parent 7bd9124 commit 83fcc55
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ public void passingInSinglePathParamsThatHaveBeenDefinedMultipleTimesWorks() {
get("/{firstName}/{firstName}");
}

@Ignore("temporary ignoring because of too many requests")
@Test
public void unnamedQueryParametersWorks() {
expect().statusCode(200).when().get("https://www.google.se/search?q={query}&hl=en", "query");
Expand Down

0 comments on commit 83fcc55

Please sign in to comment.