Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redhat-developer/odo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 944b4adbc3d75dba8c15d341dd300747b72184b1
Choose a base ref
..
head repository: redhat-developer/odo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c457b704f87eb4d2b1bd010b22b261ab4e198baf
Choose a head ref
Showing with 4 additions and 0 deletions.
  1. +4 −0 tests/integration/cmd_devfile_registry_test.go
4 changes: 4 additions & 0 deletions tests/integration/cmd_devfile_registry_test.go
Original file line number Diff line number Diff line change
@@ -41,6 +41,10 @@ var _ = Describe("odo devfile registry command tests", func() {
if proxy != "" {
addRegistryURL = "http://" + proxy
}
customDevfileRegistry := os.Getenv("DEVFILE_REGISTRY")
if customDevfileRegistry != "" {
addRegistryURL = customDevfileRegistry
}

It("Should list all default registries", func() {
output := helper.Cmd("odo", "preference", "view").ShouldPass().Out()