We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4e379 commit accaa17Copy full SHA for accaa17
1 file changed
src/test/java/com/ost/services/UsersTest.java
@@ -29,7 +29,7 @@ public Manifest getServiceManifest() {
29
@Test
30
public void get() throws Exception {
31
HashMap<String, Object> params = new HashMap<String, Object>();
32
- params.put("id", getEnvironmentVariables().get("userId"));
+ params.put("user_id", getEnvironmentVariables().get("userId"));
33
34
// Test-Case: Get an User.
35
JsonObject response;
@@ -60,4 +60,4 @@ public void getList() throws Exception {
60
61
}
62
63
-}
+}
0 commit comments