Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-sgaron committed Aug 31, 2021
1 parent 78267b0 commit 8089798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_safelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_safelist_add_signature(datastore, login_session):
'hashes': {'md5': hashlib.md5(hashed_value).hexdigest(),
'sha1': hashlib.sha1(hashed_value).hexdigest(),
'sha256': hashlib.sha256(hashed_value).hexdigest()},
'signature': {'type': sig_name},
'signature': {'name': sig_name},
'sources': [ADMIN_SOURCE],
'type': 'signature'
}
Expand Down

0 comments on commit 8089798

Please sign in to comment.