Skip to content

Commit c232cf2

Browse files
author
giarysh
committed
fixed the build
1 parent aab7705 commit c232cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/activity_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,6 @@ func (s *activityTestSuite) TestHasActivityInfo() {
252252
s.False(HasActivityInfo(ctxWithNilActivity))
253253

254254
// Test context with other values in context
255-
ctxWithOtherValue := context.WithValue(ctx, "other-key", "other-value")
255+
ctxWithOtherValue := context.WithValue(ctx, activityOptionsContextKey, "other-value")
256256
s.False(HasActivityInfo(ctxWithOtherValue))
257257
}

0 commit comments

Comments
 (0)