Skip to content

Commit 4036cb0

Browse files
committed
ignore removedFromBrokerCatalog field
1 parent 498da9e commit 4036cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/client_get_services_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ func TestGetServices(t *testing.T) {
1414
regexp.MustCompile("\"uid\".*?,"),
1515
regexp.MustCompile("\"resourceVersion\".*?,"),
1616
regexp.MustCompile("\"creationTimestamp\".*?,"),
17+
regexp.MustCompile("\"removedFromBrokerCatalog\".*?}"),
1718
}
1819

1920
tests := []struct {

0 commit comments

Comments
 (0)