Skip to content

Commit

Permalink
remove all label len checks
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
everettraven authored and openshift-cherrypick-robot committed Jul 18, 2023
1 parent 7b408ef commit 098fbaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controllers/core/catalog_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ var _ = Describe("Catalogd Controller Test", func() {
for _, catalogMetadata := range catalogMetadatas.Items {
Expect(catalogMetadata.Name).To(ContainSubstring(catalogKey.Name))
Expect(catalogMetadata.Kind).To(Equal("CatalogMetadata"))
Expect(catalogMetadata.GetLabels()).To(HaveLen(5))
Expect(catalogMetadata.OwnerReferences).To(HaveLen(1))
Expect(catalogMetadata.OwnerReferences[0].Name).To(Equal(catalogKey.Name))
Expect(catalogMetadata.Spec.Catalog.Name).To(Equal(catalogKey.Name))
Expand Down

0 comments on commit 098fbaa

Please sign in to comment.