Skip to content

Commit b1527dc

Browse files
committed
format
1 parent 8fc0e5e commit b1527dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/handlers/notification_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,12 +574,12 @@ func (suite *NotificationTestSuite) TestSecureTokenParsing() {
574574
if tc.sdkKeyHeader != "" {
575575
req.Header.Set(middleware.OptlySDKHeader, tc.sdkKeyHeader)
576576
}
577-
577+
578578
// Create a context with a short timeout to prevent hanging
579579
ctx, cancel := context.WithTimeout(req.Context(), 100*time.Millisecond)
580580
defer cancel()
581581
req = req.WithContext(ctx)
582-
582+
583583
rec := httptest.NewRecorder()
584584

585585
// Execute request

0 commit comments

Comments
 (0)