mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
fix source indent of test/integration/sessions_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20520 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a6752f0f81
commit
bd143ce0fd
@ -71,11 +71,14 @@ class SessionsTest < Redmine::IntegrationTest
|
||||
|
||||
get '/my/password'
|
||||
assert_response 200
|
||||
post '/my/password', :params => {
|
||||
post(
|
||||
'/my/password',
|
||||
:params => {
|
||||
:password => 'jsmith',
|
||||
:new_password => 'secret123',
|
||||
:new_password_confirmation => 'secret123'
|
||||
}
|
||||
)
|
||||
assert_response 302
|
||||
assert_not_equal token, session[:tk]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user