Skip to content

Commit 4b44a38

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 4fb4129 commit 4b44a38

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
@@ -50,7 +50,7 @@ class AbstractRumServerSmokeTest extends AbstractServerSmokeTest {
5050
assert response.header('x-datadog-rum-injected') == '1': 'RUM injected header missing'
5151
def content = response.body().string()
5252
assert content.contains('https://www.datadoghq-browser-agent.com'): 'RUM script not injected'
53-
assert content.endsWith('</html>')
53+
assert content.endsWith('</html>'): 'Response not fully flushed'
5454
}
5555

5656
static void assertRumNotInjected(Response response) {

0 commit comments

Comments
 (0)