summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/authentication_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api_test/authentication_test.rb')
-rw-r--r--test/integration/api_test/authentication_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/api_test/authentication_test.rb b/test/integration/api_test/authentication_test.rb
index aeb5fed15..23641b53a 100644
--- a/test/integration/api_test/authentication_test.rb
+++ b/test/integration/api_test/authentication_test.rb
@@ -20,8 +20,6 @@
require_relative '../../test_helper'
class Redmine::ApiTest::AuthenticationTest < Redmine::ApiTest::Base
- fixtures :users
-
def teardown
User.current = nil
end