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

Commit f554b7d

Browse files
committed
Moved to responses.
1 parent 18e919e commit f554b7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_23_oidc_registration_endpoint.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ def test_sector_uri_missing_redirect_uri(self):
213213
body=json.dumps(["https://example.com", "https://example.org"]),
214214
adding_headers={"Content-Type": "application/json"}, status=200)
215215

216-
_req = self.endpoint.parse_request(RegistrationRequest(**_msg).to_json())
217-
_resp = self.endpoint.process_request(request=_req)
218-
assert "error" in _resp
216+
_req = self.endpoint.parse_request(RegistrationRequest(**_msg).to_json())
217+
_resp = self.endpoint.process_request(request=_req)
218+
assert "error" in _resp
219219

220220
def test_incorrect_request(self):
221221
_msg = msg.copy()

0 commit comments

Comments
 (0)