Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snippet Injection Smoke Test #8655

Merged
merged 9 commits into from
Jun 7, 2023
Prev Previous commit
Next Next commit
Update AppServerTest.groovy
  • Loading branch information
siyuniu-ms committed Jun 6, 2023
commit 943f712b3d6e0caa7f405d1f5a7253a6976beb13
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,6 @@ abstract class AppServerTest extends SmokeTest {
TraceInspector traces = new TraceInspector(waitForTraces())
String responseBody = response.contentUtf8()

println(response.contentType())
println(responseBody)

then:
response.status().isSuccess()
responseBody.contains("Successful JSP test")
Expand Down
Loading