mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Added to fixtures a user with a SHA-1 password
This commit is contained in:
parent
e7301608a6
commit
34e0573fc4
3 changed files with 12 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ class UsersXmlApiTest < ActionController::IntegrationTest
|
|||
get '/users.xml', {}, basic_auth_headers()
|
||||
assert_response :success
|
||||
assert_tag :tag => "users",
|
||||
:children => { :count => 4, :only => { :tag => "user" } }
|
||||
:children => { :count => 5, :only => { :tag => "user" } }
|
||||
assert_no_tag :tag => "password"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue