Skip to content

Commit 59e6425

Browse files
committed
fix test
1 parent 211391e commit 59e6425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-smoke-tests/debugger-integration-tests/src/test/java/datadog/smoketest/InProductEnablementIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void testDynamicInstrumentationEnablementWithLineProbe() throws Exception {
5050
LogProbe probe =
5151
LogProbe.builder()
5252
.probeId(LINE_PROBE_ID1)
53-
.where("ServerDebuggerTestApplication.java", 327)
53+
.where("ServerDebuggerTestApplication.java", 329)
5454
.build();
5555
setCurrentConfiguration(createConfig(probe));
5656
waitForFeatureStarted(appUrl, "Dynamic Instrumentation");

0 commit comments

Comments
 (0)