1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Fix broken OmniAuth login

This commit is contained in:
2021-05-20 09:25:44 +02:00
parent a57eca5737
commit c81a590adb
4 changed files with 8 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ class TranslatorFlowTest < ActionDispatch::IntegrationTest
end
test "can login via github" do
get '/users/auth/github'
post '/users/auth/github'
assert_response :redirect
follow_redirect!
follow_redirect!