From d907fc9ce6d173383f0704d88c06468eda9b90d8 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 4 Jan 2019 15:40:34 +0000 Subject: [PATCH] Update tests/app/main/views/test_template_folders.py Remove quotes around variable. Were added by mistake. Co-Authored-By: tombye --- tests/app/main/views/test_template_folders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_template_folders.py b/tests/app/main/views/test_template_folders.py index 9e6d46117..0c6a0a51c 100644 --- a/tests/app/main/views/test_template_folders.py +++ b/tests/app/main/views/test_template_folders.py @@ -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