Skip to content

Commit

Permalink
Remove will_be_mocked
Browse files Browse the repository at this point in the history
  • Loading branch information
justineyster committed Jan 13, 2020
1 parent dbc22cc commit 914926a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
1 change: 1 addition & 0 deletions detect_secrets/core/secrets_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def load_baseline_from_dict(cls, data):
secret='will be replaced',
lineno=item['line_number'],
is_secret=item.get('is_secret'),
output_raw=result.output_raw,
)
secret.secret_hash = item['hashed_secret']
result.data[filename][secret] = secret
Expand Down
26 changes: 0 additions & 26 deletions will_be_mocked

This file was deleted.

0 comments on commit 914926a

Please sign in to comment.