mirror of
https://github.com/redmine/redmine.git
synced 2026-01-24 00:09:46 +01: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:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user