Skip to content

Commit

Permalink
Update 04-uri-parsing.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Jul 7, 2024
1 parent e886823 commit 75596b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/04-uri-parsing.bats
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ load 'test-helper'
}

@test "should discover path without path separator" {
parse_uri "git+https://github.com/jetstack/cert-manager"
parse_uri "git+https://github.com/jetstack/cert-manager/index.yaml"
[ $git_repo = "https://github.com/jetstack/cert-manager" ]
[ -z $helm_dir ]
[ $helm_file = "index.yaml" ]
Expand Down

0 comments on commit 75596b0

Please sign in to comment.