We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcc3e7 commit 445805bCopy full SHA for 445805b
test/lib/omniauth/strategies/openid_connect_test.rb
@@ -280,7 +280,6 @@ def test_callback_phase_with_discovery # rubocop:disable Metrics/AbcSize
280
281
def test_callback_phase_with_no_state_without_state_verification # rubocop:disable Metrics/AbcSize
282
code = SecureRandom.hex(16)
283
- nonce = SecureRandom.hex(16)
284
285
strategy.options.require_state = false
286
@@ -325,7 +324,6 @@ def test_callback_phase_with_no_state_without_state_verification # rubocop:disab
325
324
def test_callback_phase_with_invalid_state_without_state_verification
326
327
state = SecureRandom.hex(16)
328
329
330
331
0 commit comments