Skip to content

Commit d8811a7

Browse files
Code Changes from Chat Message 9dce4433-03fa-4657-819d-eade0f1313c9
DD_V9BCSW
1 parent 2952bda commit d8811a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,8 @@ abstract class HttpServerTest<SERVER> extends WithHttpServer<SERVER> {
17401740
response.header('Content-type') =~ /(?i)\Aapplication\/json(?:;\s?charset=utf-8)?\z/
17411741
response.body().charStream().text.contains('"title":"You\'ve been blocked"')
17421742
!handlerRan
1743+
1744+
when:
17431745
TEST_WRITER.waitForTraces(1)
17441746
def trace = TEST_WRITER.get(0)
17451747

0 commit comments

Comments
 (0)