Fix linting error
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
Dan Milne
2026-01-01 13:45:10 +11:00
parent 265518ab25
commit 9b81aee490

View File

@@ -3,7 +3,6 @@ require "test_helper"
# Note: This file tests API endpoints directly (post/get/assert_response)
# so it should use IntegrationTest, not SystemTestCase
class ForwardAuthSystemTest < ActionDispatch::IntegrationTest
setup do
@user = users(:one)
@admin_user = users(:two)