File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
internal-api/src/test/groovy/datadog/trace/api Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments