We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2952bda commit d8811a7Copy full SHA for d8811a7
dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy
@@ -1740,6 +1740,8 @@ abstract class HttpServerTest<SERVER> extends WithHttpServer<SERVER> {
1740
response.header('Content-type') =~ /(?i)\Aapplication\/json(?:;\s?charset=utf-8)?\z/
1741
response.body().charStream().text.contains('"title":"You\'ve been blocked"')
1742
!handlerRan
1743
+
1744
+ when:
1745
TEST_WRITER.waitForTraces(1)
1746
def trace = TEST_WRITER.get(0)
1747
0 commit comments