diff --git a/test/integration/api_test/http_basic_login_with_api_token_test.rb b/test/integration/api_test/http_basic_login_with_api_token_test.rb index e47f7365a..b8bed3e8f 100644 --- a/test/integration/api_test/http_basic_login_with_api_token_test.rb +++ b/test/integration/api_test/http_basic_login_with_api_token_test.rb @@ -12,7 +12,7 @@ class ApiTest::HttpBasicLoginWithApiTokenTest < ActionController::IntegrationTes Setting.rest_api_enabled = '0' Setting.login_required = '0' end - + # Using the NewsController because it's a simple API. context "get /news" do