Skip to content

Commit 83fcc55

Browse files
committed
Removing @ignore
1 parent 7bd9124 commit 83fcc55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/rest-assured-itest-java/src/test/java/io/restassured/itest/java/PathParamITest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ public void passingInSinglePathParamsThatHaveBeenDefinedMultipleTimesWorks() {
338338
get("/{firstName}/{firstName}");
339339
}
340340

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

0 commit comments

Comments
 (0)