mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-31 19:40:15 -04:00
Remove unused args in test
These args are not inputs to the function under test, neither as way of named arguments or as GET query parameters. I assume this has been leftover from a previous refactor of behaviour.
This commit is contained in:
@@ -468,10 +468,6 @@ def test_uploaded_letter_preview(
|
||||
'main.uploaded_letter_preview',
|
||||
service_id=SERVICE_ONE_ID,
|
||||
file_id=fake_uuid,
|
||||
original_filename='my_letter.pdf',
|
||||
page_count=1,
|
||||
status='valid',
|
||||
error={}
|
||||
)
|
||||
|
||||
assert page.find('h1').text == 'my_letter.pdf'
|
||||
|
||||
Reference in New Issue
Block a user