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

Commit 53a50e2

Browse files
committed
text reshuffling
1 parent 54174cf commit 53a50e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_13_oic_service.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@ def test_request_init_request_method(self):
149149
assert set(_info.keys()) == {'url', 'method'}
150150
msg = AuthorizationRequest().from_urlencoded(
151151
self.service.get_urlinfo(_info['url']))
152-
assert set(msg.to_dict()) == {'client_id', 'redirect_uri',
153-
'response_type', 'request',
154-
'state', 'scope', 'nonce'}
152+
assert set(msg.to_dict()) == {'client_id', 'redirect_uri', 'request',
153+
'response_type', 'state', 'scope', 'nonce'}
155154
_jws = jws.factory(msg['request'])
156155
assert _jws
157156
_resp = _jws.verify_compact(

0 commit comments

Comments
 (0)