summaryrefslogtreecommitdiff
path: root/test/integration/api/token_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api/token_test.rb')
-rw-r--r--test/integration/api/token_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/api/token_test.rb b/test/integration/api/token_test.rb
index ad3ac22..dafbfb7 100644
--- a/test/integration/api/token_test.rb
+++ b/test/integration/api/token_test.rb
@@ -1,4 +1,4 @@
-require 'test_helper'
+require_relative '../../test_helper'
require_relative 'srp_test'
class TokenTest < SrpTest
@@ -12,4 +12,5 @@ class TokenTest < SrpTest
token = server_auth['token']
assert Token.find(Digest::SHA512.hexdigest(token))
end
+
end