Merge pull request #28 from finnlabs/fix/product-tests

Fix first login redirect spec
pull/6827/head
Oliver Günther 9 years ago
commit e1fffd6cb2
  1. 2
      spec/requests/openid_connect_spec.rb

@ -130,7 +130,7 @@ describe 'OpenID Connect' do
redirect_from_provider
expect(response.status).to be 302
expect(response.location).to match /my\/first_login$/
expect(response.location).to match /my\/page$/
# after_login requires the optional third context parameter
# remove this guard once we are on v4.1

Loading…
Cancel
Save