mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 02:16:52 +00:00
Make it clear that this isn't a real credential
This commit is contained in:
parent
5191f112df
commit
75697f7ea5
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ def test_detect_aws_credentials(filename, expected_retval):
|
|||
|
||||
def test_allows_arbitrarily_encoded_files(tmpdir):
|
||||
src_ini = tmpdir.join('src.ini')
|
||||
# these are dummy credentials for testing
|
||||
src_ini.write(
|
||||
'[default]\n'
|
||||
'aws_access_key_id=AKIASDFASDF\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue