Skip to content

Commit

Permalink
Update 04-uri-validation.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Jul 9, 2024
1 parent 9fbe0b4 commit 2f6ca72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/04-uri-validation.bats
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ load 'test-helper'
_run_helm_git "git+https://github.com/hashicorp/vault-helm@/index.yaml?ref=v0.5.0"
[ $status = 0 ]
}

@test "should success with empty inline git_file_path" {
_run_helm_git "git+https://gitlab.com/one-touch-pipeline/weskit/helm-deployment/index.yaml?ref=ee259f65191cef10855438321ce99e37873918b6"
[ $status = 0 ]
}

0 comments on commit 2f6ca72

Please sign in to comment.