Commit 47931f8c authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offenses for cops enabled in CE

parent fb2577cd
......@@ -106,7 +106,7 @@ describe Oauth::GeoAuthController do
allow_any_instance_of(Oauth2::LogoutTokenValidationService).to receive(:execute) { { status: :error, message: :expired } }
get :logout, state: logout_state
expect(response.body).to include("There is a problem with the OAuth access_token: #{:expired}")
expect(response.body).to include("There is a problem with the OAuth access_token: expired")
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment