Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
remove leftover
  • Loading branch information
amarziali committed Aug 8, 2025
commit 22e53896216386c60886aefe24e2c2f2dd4f4dbb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class AbstractRumServerSmokeTest extends AbstractServerSmokeTest {
static void assertRumNotInjected(Response response) {
assert response.header('x-datadog-rum-injected') == null: 'RUM header unexpectedly injected'
def content = response.body().string()
System.err.println(content)
assert !content.contains('https://www.datadoghq-browser-agent.com'): 'RUM script unexpectedly injected'
assert content.endsWith('</response>'): 'Response not fully flushed'
}
Expand Down