summaryrefslogtreecommitdiffstats
path: root/test/integration/twofa_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/twofa_test.rb')
-rw-r--r--test/integration/twofa_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/twofa_test.rb b/test/integration/twofa_test.rb
index 4b33fdfe6..7aa8ec4ac 100644
--- a/test/integration/twofa_test.rb
+++ b/test/integration/twofa_test.rb
@@ -20,8 +20,6 @@
require_relative '../test_helper'
class TwofaTest < Redmine::IntegrationTest
- fixtures :projects, :users, :email_addresses
-
test "should require twofa setup when configured" do
with_settings twofa: "2" do
assert Setting.twofa_required?