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 <clrnc@amazon.com>
  • Loading branch information
sparr committed Jun 20, 2023
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
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 f88195c

Please sign in to comment.