Skip to content

Commit

Permalink
Call git config without repo_run to avoid error
Browse files Browse the repository at this point in the history
Signed-off-by: Clarence "Sparr" Risher <[email protected]>
  • Loading branch information
sparr committed Jun 20, 2023
1 parent 0ab55f8 commit 7a0a7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/git-secrets.bats
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ load test_helper
}

@test "Adds common AWS patterns" {
repo_run git config --unset-all secrets
git config --unset-all secrets.providers || true
repo_run git-secrets --register-aws
git config --local --get secrets.providers
repo_run git-secrets --list
Expand Down

0 comments on commit 7a0a7e2

Please sign in to comment.