Skip to content

Commit

Permalink
dropfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenislandsong committed May 20, 2020
1 parent 853c999 commit e2719ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/packagemanifest_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ var _ = Describe("Package Manifest API lists available Operators from Catalog So
Expect(pm.GetName()).Should(Equal(packageName))
Expect(pm.Status.CatalogSourceDisplayName).Should(Equal(displayName))

catalogSource, err = crc.OperatorsV1alpha1().CatalogSources(catalogSource.GetNamespace()).Get(context.TODO(), catalogSource.GetName(), metav1.GetOptions{})
Expect(err).NotTo(HaveOccurred(), "error getting catalogSource")
catalogSource.Spec.DisplayName = updatedDisplayName

_, err = crc.OperatorsV1alpha1().CatalogSources(catalogSource.GetNamespace()).Update(context.TODO(), catalogSource, metav1.UpdateOptions{})
Expand Down

0 comments on commit e2719ca

Please sign in to comment.