mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 17:28:50 +01:00
indentation fix
This commit is contained in:
parent
f08e73c819
commit
3180164ed0
1 changed files with 15 additions and 15 deletions
|
|
@ -72,14 +72,14 @@ class TodoXmlApiTest < ActionController::IntegrationTest
|
|||
def test_post_create_todo_with_tags
|
||||
old_count = @user.todos.count
|
||||
authenticated_post_xml_to_todo_create "
|
||||
<todo>
|
||||
<todo>
|
||||
<description>this will succeed 2</description>
|
||||
<context_id type='integer'>10</context_id>
|
||||
<project_id type='integer'>4</project_id>
|
||||
<tags>
|
||||
<tag><name>starred</name></tag>
|
||||
</tags>
|
||||
</todo>"
|
||||
</todo>"
|
||||
|
||||
puts @response.body
|
||||
assert_response :success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue