Skip to content

Commit

Permalink
Priority is subject to re-adjustment by the Submit API
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs authored Dec 4, 2024
1 parent 1b9d543 commit 4047857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_submit_dynamic(datastore, client):
assert res == datastore.submission.get(res['sid'], as_obj=False)
assert 'Dynamic Analysis' in res['params']['services']['selected']
for k, v in submission_data['params'].items():
if k not in ['submitter', 'services', 'description', 'quota_item']:
if k not in ['submitter', 'services', 'description', 'quota_item', 'priority']:
assert res['params'].get(k) == v


Expand Down

0 comments on commit 4047857

Please sign in to comment.