We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e6542 commit 3aad947Copy full SHA for 3aad947
integrations/dd-sdk-android-okhttp/src/test/kotlin/com/datadog/android/okhttp/DatadogInterceptorTest.kt
@@ -233,7 +233,7 @@ internal class DatadogInterceptorTest : TracingInterceptorNotSendingSpanTest() {
233
val expectedStartAttrs = emptyMap<String, Any?>()
234
val expectedStopAttrs = mapOf(
235
RumAttributes.TRACE_ID to fakeTraceIdAsString,
236
- RumAttributes.SPAN_ID to fakeSpanId,
+ RumAttributes.SPAN_ID to fakeSpanId.toString(),
237
RumAttributes.RULE_PSR to fakeTracingSampleRate / 100
238
) + fakeAttributes
239
val mimeType = fakeMediaType?.type
0 commit comments