Skip to content

Commit

Permalink
Merge pull request #256 from CybercentreCanada/cccs-sgaron-patch-1
Browse files Browse the repository at this point in the history
Update test_safelist.py
  • Loading branch information
cccs-sgaron authored Aug 31, 2021
2 parents 19289be + 1f1b9b0 commit c238696
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 c238696

Please sign in to comment.