diff --git a/notifier/handlers_test.go b/notifier/handlers_test.go index 3a3b594..d2226ab 100644 --- a/notifier/handlers_test.go +++ b/notifier/handlers_test.go @@ -361,7 +361,9 @@ func TestProcessingNotifyRequestsDoesNotBlock(t *testing.T) { } for _, test := range testCases { + test := test t.Run(test.name, func(t *testing.T) { + t.Parallel() kc := &mockKafkaClient{} service := NewNotifierService(kc, test.slClient)