Skip to content

Commit

Permalink
Update test_safelist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-sgaron authored Aug 31, 2021
1 parent 19289be commit 1f1b9b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_safelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def test_safelist_add_file(datastore, login_session):
'size': random.randint(128, 4096),
'type': 'document/text'},
'sources': [NSRL_SOURCE, ADMIN_SOURCE],
'signature': None,
'type': 'file'
}

Expand Down Expand Up @@ -126,7 +125,6 @@ def test_safelist_add_tag(datastore, login_session):
'tag': {'type': tag_type,
'value': tag_value},
'sources': [NSRL_SOURCE, ADMIN_SOURCE],
'signature': None,
'type': 'tag'
}

Expand Down Expand Up @@ -191,7 +189,6 @@ def test_safelist_update(datastore, login_session):
'size': random.randint(128, 4096),
'type': 'document/text'},
'sources': [NSRL_SOURCE],
'signature': None,
'type': 'file'
}

Expand Down

0 comments on commit 1f1b9b0

Please sign in to comment.