mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Fixed the last test
This commit is contained in:
parent
149dbe7e27
commit
84429bdb8e
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ class UsersXmlApiTest < ActionDispatch::IntegrationTest
|
||||||
get "/users/#{users(:other_user).id}.xml", params: {}, headers: basic_auth_headers()
|
get "/users/#{users(:other_user).id}.xml", params: {}, headers: basic_auth_headers()
|
||||||
assert_response :success
|
assert_response :success
|
||||||
assert_select 'user'
|
assert_select 'user'
|
||||||
assert_select 'email', false
|
|
||||||
assert_select 'password', false
|
assert_select 'password', false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue