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 e124a26 commit 1922e67Copy full SHA for 1922e67
pkg/jobs/nic_job_list_test.go
@@ -27,7 +27,6 @@ func mockQueryCRD(crd crds.Crd, namespace string, ctx context.Context) ([]byte,
27
return json.Marshal(map[string]string{"kind": crd.Resource})
28
}
29
30
-// (Removed custom fake types; use fake.NewSimpleClientset instead)
31
func TestNICJobList_ExecJobs(t *testing.T) {
32
tmpDir := t.TempDir()
33
dc := &data_collector.DataCollector{
0 commit comments