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

Commit c1b2a4c

Browse files
committed
Fixed test
1 parent dae3b59 commit c1b2a4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_20_rp_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ class TestRPHandlerWithMockOP(object):
789789
def rphandler_setup(self):
790790
self.issuer = 'https://github.com/login/oauth/authorize'
791791
self.mock_op = MockOP(issuer=self.issuer)
792-
self.rph = RPHandler(BASE_URL, CLIENT_CONFIG,
792+
self.rph = RPHandler(BASE_URL, client_configs=CLIENT_CONFIG,
793793
http_lib=self.mock_op, keyjar=KeyJar())
794794

795795
def test_finalize(self):

0 commit comments

Comments
 (0)