mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
Change error message, the folder id is not useful infomation to the user.
This commit is contained in:
@@ -343,7 +343,7 @@ def test_move_to_folder_itself_is_rejected(admin_request, sample_service):
|
||||
},
|
||||
_expected_status=400
|
||||
)
|
||||
response['message'] == 'Could not move to folder: {} to itself'.format(target_folder.id)
|
||||
assert response['message'] == 'Could not move to folder to itself'
|
||||
|
||||
|
||||
def test_move_to_folder_skips_archived_templates(admin_request, sample_service):
|
||||
|
||||
Reference in New Issue
Block a user