From 2c572dac761b09dfb8c35317375484af2e764008 Mon Sep 17 00:00:00 2001 From: mphanias Date: Wed, 26 Jul 2023 22:53:41 +0530 Subject: [PATCH] MERGE_92_94 fixed lint issues --- watcher_namespaces_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher_namespaces_test.go b/watcher_namespaces_test.go index 18a2d516..d5936a57 100644 --- a/watcher_namespaces_test.go +++ b/watcher_namespaces_test.go @@ -141,7 +141,7 @@ func runTestcase(t *testing.T) { // reads data from the Prom channel and creates a map of strings so we can assert in the below loop domore := 1 - mock_expected_filedump := []string{} + // mock_expected_filedump := []string{} for domore == 1 { select {