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:
Toshi MARUYAMA
2020-11-30 15:48:21 +00:00
parent a6752f0f81
commit bd143ce0fd

View File

@@ -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]