diff options
| -rw-r--r-- | users/test/integration/api/account_flow_test.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/users/test/integration/api/account_flow_test.rb b/users/test/integration/api/account_flow_test.rb index 9aee38b..edd0859 100644 --- a/users/test/integration/api/account_flow_test.rb +++ b/users/test/integration/api/account_flow_test.rb @@ -96,7 +96,7 @@ class AccountFlowTest < RackTest      assert server_auth["M2"]    end -  test "changing login" do +  test "prevent changing login without changing password_verifier" do      server_auth = @srp.authenticate(self)      original_login = @user.login      new_login = 'zaph' | 
