Skip to content

Commit 3aad947

Browse files
committed
RUM-9899: migrating new test to new api
1 parent 05e6542 commit 3aad947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/dd-sdk-android-okhttp/src/test/kotlin/com/datadog/android/okhttp/DatadogInterceptorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ internal class DatadogInterceptorTest : TracingInterceptorNotSendingSpanTest() {
233233
val expectedStartAttrs = emptyMap<String, Any?>()
234234
val expectedStopAttrs = mapOf(
235235
RumAttributes.TRACE_ID to fakeTraceIdAsString,
236-
RumAttributes.SPAN_ID to fakeSpanId,
236+
RumAttributes.SPAN_ID to fakeSpanId.toString(),
237237
RumAttributes.RULE_PSR to fakeTracingSampleRate / 100
238238
) + fakeAttributes
239239
val mimeType = fakeMediaType?.type

0 commit comments

Comments
 (0)