Skip to content

Commit 347b9d6

Browse files
authored
Fix expected test response format in JaxRsTest
1 parent c19c4e3 commit 347b9d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • e2etests/devappservertests/src/test/java/com/google/appengine/tools/development

e2etests/devappservertests/src/test/java/com/google/appengine/tools/development/JaxRsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void testJaxRs() throws Exception {
6262
// App Engine Memcache access.
6363
executeHttpGet(
6464
"/hello",
65-
"hello\n",
65+
"hello",
6666
RESPONSE_200);
6767

6868
}

0 commit comments

Comments
 (0)