mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-14 18:30:15 -04:00
Update tests/app/main/views/test_template_folders.py
Remove quotes around variable. Were added by mistake. Co-Authored-By: tombye <tombaromba@gmail.com>
This commit is contained in:
@@ -1013,7 +1013,7 @@ def test_should_be_able_to_move_a_sub_item(
|
||||
'operation': 'add-new-template',
|
||||
'templates_and_folders': [],
|
||||
'move_to_new_folder_name': '',
|
||||
'move_to': 'ROOT_FOLDER_ID',
|
||||
'move_to': ROOT_FOLDER_ID,
|
||||
'add_template_by_template_type': 'email',
|
||||
},
|
||||
# add a new template, but don't select anything
|
||||
|
||||
Reference in New Issue
Block a user