Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thepetk committed Jun 11, 2024
1 parent 33f2bee commit 5656ef7
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 @@ -4638,7 +4638,7 @@ func Test_parseFromRegistry(t *testing.T) {
registry = "127.0.0.1:8080"
httpPrefix = "http://"
notExistId = "notexist"
invalidRegistry = "http//invalid.com"
invalidRegistry = "invalid.com"
registryId = "nodejs"
stagingRegistry = "https://registry.stage.devfile.io"
)
Expand Down

0 comments on commit 5656ef7

Please sign in to comment.