Skip to content

Commit

Permalink
Merge pull request #73 from CybercentreCanada/create-dynamic-preventi…
Browse files Browse the repository at this point in the history
…on-service

update test to include new prevent_recursion_prevention variable
  • Loading branch information
cccs-shellyw authored Jul 29, 2024
2 parents d1a64bd + 08b90ec commit 26dba3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_task_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,9 @@ def test_get_task():
'type': 'text/plain'},
'filename': 'blah',
'ignore_cache': False,
# the following 1 line can be removed after assemblyline 4.6+
'ignore_dynamic_recursion_prevention': False,
'ignore_recursion_prevention': False,
'ignore_filtering': False,
'max_files': 0,
'metadata': {},
Expand Down

0 comments on commit 26dba3a

Please sign in to comment.