diff options
author | Azul <azul@leap.se> | 2013-11-27 09:43:28 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-11-27 09:44:03 +0100 |
commit | dade6497424a869db5f1dfb030f88f4711278b81 (patch) | |
tree | 36e2bae4c42569f2d62fbc08040ff09378c09592 | |
parent | e34141c3265c6daeda92bcb83fa508de00551bc3 (diff) |
minor: rename test to what it actually tests
[skip ci]
-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' |