We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498da9e commit 4036cb0Copy full SHA for 4036cb0
integration/client_get_services_test.go
@@ -14,6 +14,7 @@ func TestGetServices(t *testing.T) {
14
regexp.MustCompile("\"uid\".*?,"),
15
regexp.MustCompile("\"resourceVersion\".*?,"),
16
regexp.MustCompile("\"creationTimestamp\".*?,"),
17
+ regexp.MustCompile("\"removedFromBrokerCatalog\".*?}"),
18
}
19
20
tests := []struct {
0 commit comments