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 6ce0612 commit c7e82d5Copy full SHA for c7e82d5
internal/trace/listener_test.go
@@ -82,7 +82,7 @@ func TestStartFunctionExecutionSpanFromXrayWithMergeEnabled(t *testing.T) {
82
83
assert.Equal(t, "aws.lambda", finishedSpan.OperationName())
84
85
- assert.Equal(t, true, finishedSpan.Tag("cold_start"))
+ assert.Equal(t, "true", finishedSpan.Tag("cold_start"))
86
// We expect the function ARN to be lowercased, and the version removed
87
assert.Equal(t, "arn:aws:lambda:us-east-1:123456789012:function:myfunction", finishedSpan.Tag("function_arn"))
88
assert.Equal(t, "11", finishedSpan.Tag("function_version"))
0 commit comments