Skip to content

Commit accaa17

Browse files
author
Dhananjay Patil
authored
Update UsersTest.java
1 parent bc4e379 commit accaa17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/ost/services/UsersTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public Manifest getServiceManifest() {
2929
@Test
3030
public void get() throws Exception {
3131
HashMap<String, Object> params = new HashMap<String, Object>();
32-
params.put("id", getEnvironmentVariables().get("userId"));
32+
params.put("user_id", getEnvironmentVariables().get("userId"));
3333

3434
// Test-Case: Get an User.
3535
JsonObject response;
@@ -60,4 +60,4 @@ public void getList() throws Exception {
6060

6161
}
6262

63-
}
63+
}

0 commit comments

Comments
 (0)