Skip to content

Commit

Permalink
Remove unused var in celery test
Browse files Browse the repository at this point in the history
  • Loading branch information
awest1339 committed Mar 12, 2018
1 parent 09004f7 commit 4a2c756
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/test_celery_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,6 @@
TEST_FILE_HASH = hashlib.sha256(f.read().encode('utf-8')).hexdigest()
TEST_METADATA = {}
TEST_CONFIG = multiscanner.CONFIG
FOO_CONFIG = {
'main': {
'api-config': 'foo',
'web-config': 'bar',
'storage-config': 'baz',
},
'libmagic': True,
'entropy': True,
'mmbot': False,
'NSRL': False,
'fileextensions': False,
'officemeta': False,
'ssdeep': False,
}


TEST_REPORT = {
'MD5': '96b47da202ddba8d7a6b91fecbf89a41',
Expand Down

0 comments on commit 4a2c756

Please sign in to comment.