Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
sparr committed Jun 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b1fdfe0 commit f88195c
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
@@ -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

0 comments on commit f88195c

Please sign in to comment.