mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-07-01 07:00:47 +00:00
[ISS-1258][DC] updating parameter
This commit is contained in:
parent
ca458c68af
commit
2173e8726c
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ def test_non_existent_json_credentials_with_allow_flag(
|
||||||
mock_secrets_file.return_value = set()
|
mock_secrets_file.return_value = set()
|
||||||
ret = main((
|
ret = main((
|
||||||
get_resource_path('aws_config_without_secrets.ini'),
|
get_resource_path('aws_config_without_secrets.ini'),
|
||||||
'--json-credentials-file=credentailsfilethatdoesntexist',
|
'--json-credentials-dir=credentailsfilethatdoesntexist',
|
||||||
'--allow-missing-credentials',
|
'--allow-missing-credentials',
|
||||||
))
|
))
|
||||||
assert ret == 0
|
assert ret == 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue