Fix unit test following httpx-oauth update

This commit is contained in:
François Voron
2022-04-21 11:20:32 +02:00
parent 7fc3ed185d
commit bce37a1116

View File

@ -211,7 +211,7 @@ class TestCallback:
assert response.status_code == status.HTTP_200_OK
get_access_token_mock.assert_called_once_with(
"CODE", "http://www.tintagel.bt/callback"
"CODE", "http://www.tintagel.bt/callback", None
)
data = cast(Dict[str, Any], response.json())