diff options
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/api/token_auth_test.rb (renamed from test/integration/api/token_test.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api/token_test.rb b/test/integration/api/token_auth_test.rb index dafbfb7..3b83f23 100644 --- a/test/integration/api/token_test.rb +++ b/test/integration/api/token_auth_test.rb @@ -1,7 +1,7 @@ require_relative '../../test_helper' require_relative 'srp_test' -class TokenTest < SrpTest +class TokenAuthTest < SrpTest setup do register_user |