summaryrefslogtreecommitdiff
path: root/test/integration/api/tmp_user_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api/tmp_user_test.rb')
-rw-r--r--test/integration/api/tmp_user_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api/tmp_user_test.rb b/test/integration/api/tmp_user_test.rb
index 4c1e659..bf5f99d 100644
--- a/test/integration/api/tmp_user_test.rb
+++ b/test/integration/api/tmp_user_test.rb
@@ -4,7 +4,7 @@ require_relative 'srp_test'
class TmpUserTest < SrpTest
setup do
- register_user('test_user_'+SecureRandom.hex(5))
+ register_user('tmp_user_'+SecureRandom.hex(5))
end
test "login with srp" do