Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Jul 2, 2023
1 parent 3c2a518 commit 0d45dfb
Showing 1 changed file with 1 addition and 1 deletion.
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", method.getResponseBodyAsString());
assertEquals("this is org.tuckey.web.filters.urlrewriteviacontainer.TestRunObj", method.getResponseBodyAsString());
}

@Test
Expand Down

0 comments on commit 0d45dfb

Please sign in to comment.