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 a4fa889 commit 1bb6bf5Copy full SHA for 1bb6bf5
apm-agent-core/src/test/java/co/elastic/apm/agent/report/ApmServerReporterIntegrationTest.java
@@ -89,6 +89,7 @@ static void stopServer() {
89
90
@BeforeEach
91
void setUp() throws Exception {
92
+ statusCode = HttpStatus.OK_200;
93
handler = new BlockingHandler(exchange -> {
94
if (statusCode < 300 && exchange.getRequestPath().equals("/intake/v2/events")) {
95
receivedIntakeApiCalls.incrementAndGet();
0 commit comments