Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Jul 1, 2023
1 parent c486b81 commit d2e8b31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void testTestEncode() throws IOException {
public void testSimpleRun() throws IOException {
GetMethod method = new GetMethod(getBaseUrl() + "/run/test/test1");
client.executeMethod(method);
assertEquals("this is " + TestRunObj.class.getName(), method.getResponseBodyAsString());
assertEquals("this is TestRunObj", method.getResponseBodyAsString());
}

@Test
Expand Down

0 comments on commit d2e8b31

Please sign in to comment.