summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-11-27 09:43:28 +0100
committerelijah <elijah@riseup.net>2013-12-06 15:52:11 -0800
commit7fa78df26fccea56ef2911c93a26f41f8eae3fdf (patch)
tree7a98379ba8718b16c2c2b3d3110fd6e7256613bc
parent242f55a55cc51ebc21dd027966cbdf598fcd071d (diff)
minor: rename test to what it actually tests
[skip ci]
-rw-r--r--users/test/integration/api/account_flow_test.rb2
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'