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 Jun 24, 2020
1 parent 9d27d4e commit b2c35e7
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 @@ -137,6 +137,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 b2c35e7

Please sign in to comment.