Skip to content

Commit

Permalink
fixup! Make it possible to use in-cluster registries when calling 'od…
Browse files Browse the repository at this point in the history
…o registry --details'
  • Loading branch information
rm3l committed Mar 3, 2023
1 parent 004035f commit dd817cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cmd_devfile_registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ var _ = Describe("odo devfile registry command tests", func() {
Expect(devfileRegistriesLists.ExitCode()).To(BeEquivalentTo(0))
})

When("CR for devfileregistrieslists is installed", func() {
When("CR for devfileregistrieslists is installed in namespace", func() {
BeforeEach(func() {
manifestFilePath := filepath.Join(commonVar.ConfigDir, "devfileRegistryListCR.yaml")
// NOTE: Use reachable URLs as we might be on a cluster with the registry operator installed, which would perform validations.
Expand Down

0 comments on commit dd817cd

Please sign in to comment.