Fixed linting

This commit is contained in:
Safwan
2025-11-04 17:39:24 +05:00
parent 4476fad274
commit 174b57cdad
9 changed files with 112 additions and 94 deletions
+1 -1
View File
@@ -2341,7 +2341,7 @@ func TestController_resourceInNamespaceSelector(t *testing.T) {
indexer: tt.fields.indexer,
queue: tt.fields.queue,
informer: tt.fields.informer,
namespace: tt.fields.namespace.ObjectMeta.Name,
namespace: tt.fields.namespace.Name,
namespaceSelector: tt.fields.namespaceSelector,
}