Skip to content

Commit 69b6810

Browse files
Update dd-smoke-tests/rum/src/main/groovy/datadog/smoketest/rum/AbstractRumServerSmokeTest.groovy
Co-authored-by: Bruce Bujon <PerfectSlayer@users.noreply.github.com>
1 parent 43fdf70 commit 69b6810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-smoke-tests/rum/src/main/groovy/datadog/smoketest/rum/AbstractRumServerSmokeTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ class AbstractRumServerSmokeTest extends AbstractServerSmokeTest {
5858
def content = response.body().string()
5959
System.err.println(content)
6060
assert !content.contains('https://www.datadoghq-browser-agent.com'): 'RUM script unexpectedly injected'
61-
assert content.endsWith('</response>')
61+
assert content.endsWith('</response>'): 'Response not fully flushed'
6262
}
6363
}

0 commit comments

Comments
 (0)