Skip to content

Commit 9fab460

Browse files
committed
fix tests
1 parent eac689d commit 9fab460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-api/src/test/groovy/datadog/trace/api/ConfigTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ class ConfigTest extends DDSpecification {
267267
prop.setProperty(DYNAMIC_INSTRUMENTATION_VERIFY_BYTECODE, "true")
268268
prop.setProperty(DYNAMIC_INSTRUMENTATION_INSTRUMENT_THE_WORLD, "method")
269269
prop.setProperty(DYNAMIC_INSTRUMENTATION_EXCLUDE_FILES, "exclude file")
270+
prop.setProperty(DYNAMIC_INSTRUMENTATION_SNAPSHOT_URL, "http://somehost:123/debugger/v1/input")
270271
prop.setProperty(EXCEPTION_REPLAY_ENABLED, "true")
271272
prop.setProperty(TRACE_X_DATADOG_TAGS_MAX_LENGTH, "128")
272273
prop.setProperty(JDK_SOCKET_ENABLED, "false")
@@ -2785,7 +2786,6 @@ class ConfigTest extends DDSpecification {
27852786
Config config = Config.get(prop)
27862787

27872788
then:
2788-
config.finalDebuggerSnapshotUrl == "http://localhost:8126/debugger/v1/input"
27892789
config.finalDebuggerSymDBUrl == "http://localhost:8126/symdb/v1/input"
27902790
}
27912791

0 commit comments

Comments
 (0)