We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd01ae commit 1156b18Copy full SHA for 1156b18
1 file changed
src/test/java/feature/StepDefinition.java
@@ -89,7 +89,7 @@ public void theClientCallToGetRandomUsersWithPageAndSize(int page, int size) {
89
executeGet("/random-users?page=" + page + "&size=" + size);
90
}
91
92
- @When("the client call to DELETE \/random-users\/{int}")
+ @When("the client call to DELETE \\/random-users\\/{int}")
93
public void theClientCallToDeleteRandomUser(int id) {
94
executeDelete("/random-users/" + id);
95
0 commit comments