Skip to content

Commit

Permalink
fix failing Test_parseFromRegistry test case
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Mar 8, 2024
1 parent 1507864 commit 87b66ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/devfile/parser/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4701,7 +4701,7 @@ func Test_parseFromRegistry(t *testing.T) {
invalidURLErr := "the provided registryURL: .* is not a valid URL"
URLNotFoundErr := "failed to retrieve .*, 404: Not Found"
missingRegistryURLErr := "failed to fetch from registry, registry URL is not provided"
invalidRegistryURLErr := "Get .* dial tcp: lookup http: .*"
invalidRegistryURLErr := "Get \".*\": dial tcp: lookup http on .*: .*"
resourceDownloadErr := "failed to pull stack from registry .*"
badDevfileErr := "error parsing devfile because of non-compliant data"

Expand Down

0 comments on commit 87b66ff

Please sign in to comment.