diff --git a/test/integration/todo_xml_api_test.rb b/test/integration/todo_xml_api_test.rb
index f1128c5e..20171f99 100644
--- a/test/integration/todo_xml_api_test.rb
+++ b/test/integration/todo_xml_api_test.rb
@@ -69,22 +69,22 @@ class TodoXmlApiTest < ActionController::IntegrationTest
assert_equal @user.todos.count, old_count + 1
end
- def test_post_create_todo_with_tags
- old_count = @user.todos.count
- authenticated_post_xml_to_todo_create "
-
- this will succeed 2
- 10
- 4
-
- starred
-
- "
+ def test_post_create_todo_with_tags
+ old_count = @user.todos.count
+ authenticated_post_xml_to_todo_create "
+
+ this will succeed 2
+ 10
+ 4
+
+ starred
+
+"
- puts @response.body
- assert_response :success
- assert_equal @user.todos.count, old_count + 1
- end
+ puts @response.body
+ assert_response :success
+ assert_equal @user.todos.count, old_count + 1
+ end
def test_post_create_todo_with_wrong_project_and_context_id
authenticated_post_xml_to_todo_create "this will fail-16-11"