mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
major dependency bump
This commit is contained in:
@@ -32,7 +32,7 @@ async def test_add_user(client: AsyncClient):
|
||||
response.json()["access_token"], options={"verify_signature": False}
|
||||
)
|
||||
assert claimset["expiry"] == IsPositiveFloat()
|
||||
assert claimset["platform"] == "python-httpx/0.27.2"
|
||||
assert claimset["platform"] == "python-httpx/0.28.1"
|
||||
|
||||
|
||||
# TODO: parametrize test with diff urls including 404 and 401
|
||||
@@ -49,7 +49,7 @@ async def test_get_token(client: AsyncClient):
|
||||
)
|
||||
assert claimset["email"] == payload["email"]
|
||||
assert claimset["expiry"] == IsPositiveFloat()
|
||||
assert claimset["platform"] == "python-httpx/0.27.2"
|
||||
assert claimset["platform"] == "python-httpx/0.28.1"
|
||||
|
||||
|
||||
# TODO: baerer token test
|
||||
|
||||
Reference in New Issue
Block a user