We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1507864 commit 87b66ffCopy full SHA for 87b66ff
pkg/devfile/parser/parse_test.go
@@ -4701,7 +4701,7 @@ func Test_parseFromRegistry(t *testing.T) {
4701
invalidURLErr := "the provided registryURL: .* is not a valid URL"
4702
URLNotFoundErr := "failed to retrieve .*, 404: Not Found"
4703
missingRegistryURLErr := "failed to fetch from registry, registry URL is not provided"
4704
- invalidRegistryURLErr := "Get .* dial tcp: lookup http: .*"
+ invalidRegistryURLErr := "Get \".*\": dial tcp: lookup http on .*: .*"
4705
resourceDownloadErr := "failed to pull stack from registry .*"
4706
badDevfileErr := "error parsing devfile because of non-compliant data"
4707
0 commit comments