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 0250474 commit 3c55082Copy full SHA for 3c55082
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