Skip to content

Commit d7e1fdf

Browse files
Update dd-smoke-tests/rum/src/main/groovy/datadog/smoketest/rum/AbstractRumServerSmokeTest.groovy
Co-authored-by: Bruce Bujon <[email protected]>
1 parent 4b44a38 commit d7e1fdf

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)