From 1f1b9b030cc93b8b9f046bf6ba68f74b1bf4832e Mon Sep 17 00:00:00 2001 From: Steve Garon <59840781+cccs-sgaron@users.noreply.github.com> Date: Tue, 31 Aug 2021 09:19:38 -0400 Subject: [PATCH] Update test_safelist.py --- test/test_safelist.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_safelist.py b/test/test_safelist.py index 9cf1e8f4..f772ea45 100644 --- a/test/test_safelist.py +++ b/test/test_safelist.py @@ -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' } @@ -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' } @@ -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' }