We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef2f3e commit e124a26Copy full SHA for e124a26
pkg/jobs/job_test.go
@@ -13,11 +13,6 @@ import (
13
"github.com/nginxinc/nginx-k8s-supportpkg/pkg/data_collector"
14
)
15
16
-// mockLogger implements the minimal Printf interface for testing
17
-// type mockLogger struct{}
18
-
19
-// func (l *mockLogger) Printf(format string, v ...interface{}) {}
20
21
// Test successful job execution and file writing
22
func TestJobCollect_Success(t *testing.T) {
23
tmpDir := t.TempDir()
0 commit comments