Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e1fdf commit 22e5389Copy full SHA for 22e5389
dd-smoke-tests/rum/src/main/groovy/datadog/smoketest/rum/AbstractRumServerSmokeTest.groovy
@@ -56,7 +56,6 @@ class AbstractRumServerSmokeTest extends AbstractServerSmokeTest {
56
static void assertRumNotInjected(Response response) {
57
assert response.header('x-datadog-rum-injected') == null: 'RUM header unexpectedly injected'
58
def content = response.body().string()
59
- System.err.println(content)
60
assert !content.contains('https://www.datadoghq-browser-agent.com'): 'RUM script unexpectedly injected'
61
assert content.endsWith('</response>'): 'Response not fully flushed'
62
}
0 commit comments