We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd9124 commit 83fcc55Copy full SHA for 83fcc55
examples/rest-assured-itest-java/src/test/java/io/restassured/itest/java/PathParamITest.java
@@ -338,7 +338,6 @@ public void passingInSinglePathParamsThatHaveBeenDefinedMultipleTimesWorks() {
338
get("/{firstName}/{firstName}");
339
}
340
341
- @Ignore("temporary ignoring because of too many requests")
342
@Test
343
public void unnamedQueryParametersWorks() {
344
expect().statusCode(200).when().get("https://www.google.se/search?q={query}&hl=en", "query");
0 commit comments