We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc0e5e commit b1527dcCopy full SHA for b1527dc
1 file changed
pkg/handlers/notification_test.go
@@ -574,12 +574,12 @@ func (suite *NotificationTestSuite) TestSecureTokenParsing() {
574
if tc.sdkKeyHeader != "" {
575
req.Header.Set(middleware.OptlySDKHeader, tc.sdkKeyHeader)
576
}
577
-
+
578
// Create a context with a short timeout to prevent hanging
579
ctx, cancel := context.WithTimeout(req.Context(), 100*time.Millisecond)
580
defer cancel()
581
req = req.WithContext(ctx)
582
583
rec := httptest.NewRecorder()
584
585
// Execute request
0 commit comments