Skip to content

Commit c916006

Browse files
committed
fix test
1 parent c5c6f6c commit c916006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-java-agent/agent-debugger/src/test/java/com/datadog/debugger/agent/CapturedSnapshotTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2997,7 +2997,7 @@ public void methodParametersAttributeRecord() throws IOException, URISyntaxExcep
29972997
verify(probeStatusSink, times(1)).addError(probeIdCaptor.capture(), strCaptor.capture());
29982998
assertEquals(PROBE_ID.getId(), probeIdCaptor.getAllValues().get(0).getId());
29992999
assertEquals(
3000-
"Instrumentation fails for com.datadog.debugger.MyRecord1",
3000+
"Instrumentation failed for com.datadog.debugger.MyRecord1: java.lang.RuntimeException: Method Parameters attribute detected, instrumentation not supported",
30013001
strCaptor.getAllValues().get(0));
30023002
}
30033003
}

0 commit comments

Comments
 (0)