update
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m50s

This commit is contained in:
matst80
2024-11-09 13:57:09 +01:00
parent 28ed80e20a
commit a7c5332db0
6 changed files with 39 additions and 41 deletions

View File

@@ -17,7 +17,7 @@ func TestDiscovery(t *testing.T) {
t.Errorf("Error creating client: %v", err)
}
d := NewK8sDiscovery(client)
res, err := d.DiscoverInNamespace("cart")
res, err := d.DiscoverInNamespace("")
if err != nil {
t.Errorf("Error discovering: %v", err)
}