Skip to content

Commit 2f6ca72

Browse files
authored
Update 04-uri-validation.bats
1 parent 9fbe0b4 commit 2f6ca72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/04-uri-validation.bats

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,8 @@ load 'test-helper'
7373
_run_helm_git "git+https://github.com/hashicorp/vault-helm@/index.yaml?ref=v0.5.0"
7474
[ $status = 0 ]
7575
}
76+
77+
@test "should success with empty inline git_file_path" {
78+
_run_helm_git "git+https://gitlab.com/one-touch-pipeline/weskit/helm-deployment/index.yaml?ref=ee259f65191cef10855438321ce99e37873918b6"
79+
[ $status = 0 ]
80+
}

0 commit comments

Comments
 (0)