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 aab7705 commit c232cf2Copy full SHA for c232cf2
internal/activity_test.go
@@ -252,6 +252,6 @@ func (s *activityTestSuite) TestHasActivityInfo() {
252
s.False(HasActivityInfo(ctxWithNilActivity))
253
254
// Test context with other values in context
255
- ctxWithOtherValue := context.WithValue(ctx, "other-key", "other-value")
+ ctxWithOtherValue := context.WithValue(ctx, activityOptionsContextKey, "other-value")
256
s.False(HasActivityInfo(ctxWithOtherValue))
257
}
0 commit comments