Skip to content

Commit

Permalink
Update Registry integration tests for v2
Browse files Browse the repository at this point in the history
Signed-off-by: Maysun J Faisal <maysun.j.faisal@ibm.com>
  • Loading branch information
maysunfaisal committed Jun 26, 2020
1 parent 471ab6a commit 8074790
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/devfile/cmd_devfile_registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
var _ = Describe("odo devfile registry command tests", func() {
var project, context, currentWorkingDirectory, originalKubeconfig string
const registryName string = "RegistryName"
const addRegistryURL string = "https://raw.githubusercontent.com/GeekArthur/registry/master"
const addRegistryURL string = "https://raw.githubusercontent.com/odo-devfiles/registry/master"
const updateRegistryURL string = "http://www.example.com/update"

// Using program commmand according to cliRunner in devfile
Expand Down Expand Up @@ -50,7 +50,6 @@ var _ = Describe("odo devfile registry command tests", func() {

It("Should fail with an error with no registries", func() {
helper.CmdShouldPass("odo", "registry", "delete", "DefaultDevfileRegistry", "-f")
helper.CmdShouldPass("odo", "registry", "delete", "CheDevfileRegistry", "-f")
output := helper.CmdShouldFail("odo", "registry", "list")
helper.MatchAllInOutput(output, []string{"No devfile registries added to the configuration. Refer `odo registry add -h` to add one"})

Expand Down

0 comments on commit 8074790

Please sign in to comment.