Skip to content

Commit 87b66ff

Browse files
fix failing Test_parseFromRegistry test case
Signed-off-by: Michael Valdron <[email protected]>
1 parent 1507864 commit 87b66ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/devfile/parser/parse_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4701,7 +4701,7 @@ func Test_parseFromRegistry(t *testing.T) {
47014701
invalidURLErr := "the provided registryURL: .* is not a valid URL"
47024702
URLNotFoundErr := "failed to retrieve .*, 404: Not Found"
47034703
missingRegistryURLErr := "failed to fetch from registry, registry URL is not provided"
4704-
invalidRegistryURLErr := "Get .* dial tcp: lookup http: .*"
4704+
invalidRegistryURLErr := "Get \".*\": dial tcp: lookup http on .*: .*"
47054705
resourceDownloadErr := "failed to pull stack from registry .*"
47064706
badDevfileErr := "error parsing devfile because of non-compliant data"
47074707

0 commit comments

Comments
 (0)