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 23f563d commit 004035f
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 @@ -204,7 +204,7 @@ var _ = Describe("odo devfile registry command tests", func() {
})
}

When("DevfileRegistriesList and ClusterDevfileRegistriesList CR are installed on cluster", func() {
When("DevfileRegistriesList CRD is installed on cluster", func() {
BeforeEach(func() {
// install CRDs for devfile registry
devfileRegistriesLists := commonVar.CliRunner.Run("apply", "-f", helper.GetExamplePath("manifests", "devfileregistrieslists.yaml"))
Expand Down

0 comments on commit 004035f

Please sign in to comment.