Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 0a12b08

Browse files
committed
tests: mixin OverrideMethod for test_no_services
test_no_services() makes use of the with_method_overridden() function. Depending on the order in which the tests ran, this function might or might not be present.
1 parent 523c674 commit 0a12b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_idres.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ def test_id_res
906906
class DiscoverAndVerifyTest < Minitest::Test
907907
include ProtocolErrorMixin
908908
include TestUtil
909+
OpenID.extend(OverrideMethodMixin)
909910

910911
def test_no_services
911912
me = self

0 commit comments

Comments
 (0)