Skip to content

Commit 2f08135

Browse files
committed
fix: remove unused variables in secure token parsing tests
Remove unused 'conf' variables that were causing linting errors in CI checks for the new secure token parsing unit tests.
1 parent d3abf2f commit 2f08135

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/handlers/notification_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,6 @@ func getMockNotificationReceiver(conf config.SyncConfig, returnError bool, msg .
505505
}
506506

507507
func (suite *NotificationTestSuite) TestSecureTokenParsing() {
508-
conf := config.NewDefaultConfig()
509-
510508
testCases := []struct {
511509
name string
512510
sdkKeyHeader string
@@ -589,7 +587,6 @@ func (suite *NotificationTestSuite) TestSecureTokenParsing() {
589587

590588
func (suite *NotificationTestSuite) TestSecureTokenParsingIntegration() {
591589
// Test that secure token parsing works end-to-end with actual notification flow
592-
conf := config.NewDefaultConfig()
593590

594591
// Test with secure token format
595592
req := httptest.NewRequest("GET", "/notifications/event-stream", nil)

0 commit comments

Comments
 (0)