Skip to content

Commit

Permalink
simplify gov_one_info spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-coggin committed Dec 4, 2023
1 parent 932ba80 commit 9c8bdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/gov_one_info_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

it 'has the correct login link' do
link = find_link('Continue to GOV.UK One Login')
expect(link[:href]).to start_with('https://oidc.test.account.gov.uk/authorize?redirect_uri=http%3A%2F%2Frecovery.app%2Fusers%2Fauth%2Fopenid_connect%2Fcallback&client_id=some_client_id&response_type=code&scope=email+openid&nonce=')
expect(link[:href]).to start_with('https://oidc.test.account.gov.uk/authorize?')
end
end

Expand Down

0 comments on commit 9c8bdda

Please sign in to comment.