summaryrefslogtreecommitdiff
path: root/test/integration/api/token_auth_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api/token_auth_test.rb')
-rw-r--r--test/integration/api/token_auth_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api/token_auth_test.rb b/test/integration/api/token_auth_test.rb
index 3b83f23..7b20b00 100644
--- a/test/integration/api/token_auth_test.rb
+++ b/test/integration/api/token_auth_test.rb
@@ -1,4 +1,4 @@
-require_relative '../../test_helper'
+require 'test_helper'
require_relative 'srp_test'
class TokenAuthTest < SrpTest