Skip to content

Commit 8353161

Browse files
authored
Unique test names for okhttp (#7989)
1 parent acbeca2 commit 8353161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dd-java-agent/instrumentation/okhttp-2/src/test/groovy/OkHttp2AsyncTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ abstract class OkHttp2AsyncTest extends OkHttp2Test {
4949
return responseRef.get().code()
5050
}
5151

52-
def "callbacks should carry context" () {
52+
def "callbacks should carry context with error = #error" () {
5353

5454
when:
5555
def captured = AgentTracer.noopSpan()

dd-java-agent/instrumentation/okhttp-3/src/test/groovy/OkHttp3AsyncTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ abstract class OkHttp3AsyncTest extends OkHttp3Test {
4949
return responseRef.get().code()
5050
}
5151

52-
def "callbacks should carry context" () {
52+
def "callbacks should carry context with error = #error" () {
5353

5454
when:
5555
def captured = AgentTracer.noopSpan()

0 commit comments

Comments
 (0)