Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Loo committed Mar 11, 2021
1 parent ff29403 commit a735e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ detect-secrets scan test_data/ --all-files > .secrets.baseline

This will rescan your codebase, and:

1. Update your baseline to be compatible with the latest version,
1. Update/upgrade your baseline to be compatible with the latest version,
2. Add any new secrets it finds to your baseline,
3. Remove any secrets no longer in your codebase

Expand Down
1 change: 1 addition & 0 deletions tests/core/secrets_collection_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def test_file_based_success_yaml():
assert [str(secret).splitlines()[1] for _, secret in secrets] == [
'Location: test_data/config.yaml:3',
'Location: test_data/config.yaml:5',
'Location: test_data/config.yaml:13',
]

@staticmethod
Expand Down

0 comments on commit a735e2e

Please sign in to comment.