mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Add mock_has_permissions on new test
This commit is contained in:
@@ -279,7 +279,8 @@ def test_check_messages_should_revalidate_file_when_uploading_file(
|
|||||||
mock_create_job,
|
mock_create_job,
|
||||||
mock_get_service_template,
|
mock_get_service_template,
|
||||||
mock_s3_upload,
|
mock_s3_upload,
|
||||||
mocker
|
mocker,
|
||||||
|
mock_has_permissions
|
||||||
):
|
):
|
||||||
|
|
||||||
service_id = service_one['id']
|
service_id = service_one['id']
|
||||||
|
|||||||
Reference in New Issue
Block a user