Fix linting error
This commit is contained in:
@@ -3,7 +3,6 @@ require "test_helper"
|
|||||||
# Note: This file tests API endpoints directly (post/get/assert_response)
|
# Note: This file tests API endpoints directly (post/get/assert_response)
|
||||||
# so it should use IntegrationTest, not SystemTestCase
|
# so it should use IntegrationTest, not SystemTestCase
|
||||||
class ForwardAuthSystemTest < ActionDispatch::IntegrationTest
|
class ForwardAuthSystemTest < ActionDispatch::IntegrationTest
|
||||||
|
|
||||||
setup do
|
setup do
|
||||||
@user = users(:one)
|
@user = users(:one)
|
||||||
@admin_user = users(:two)
|
@admin_user = users(:two)
|
||||||
|
|||||||
Reference in New Issue
Block a user