Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenislandsong committed May 26, 2020
1 parent a665578 commit 36faf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/packagemanifest_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ var _ = Describe("Package Manifest API lists available Operators from Catalog So
Expect(err).NotTo(HaveOccurred(), "error updating catalogSource")
Expect(catalogSource.Spec.DisplayName).Should(Equal(updatedDisplayName))

pm, err = fetchPackageManifest(pmc, testNamespace, packageName, packageManifestHasStatus)
upm, err := fetchPackageManifest(pmc, testNamespace, packageName, packageManifestHasStatus)
Expect(err).NotTo(HaveOccurred(), "error getting package manifest after updating catsrc")
Expect(pm.Status.CatalogSourceDisplayName).Should(Equal(updatedDisplayName))
Expect(upm.Status.CatalogSourceDisplayName).Should(Equal(updatedDisplayName))
})
})
})
Expand Down

0 comments on commit 36faf24

Please sign in to comment.