You've already forked RekomenciBackend
feat(): openapi docs for resume
This commit is contained in:
@@ -28,9 +28,7 @@ async def test_email_sign_up_creates_user(
|
||||
password=DEFAULT_PASSWORD,
|
||||
)
|
||||
assert is_success_response(response)
|
||||
assert response.json() == IsPartialDict(
|
||||
access_token=IsStr()
|
||||
)
|
||||
assert response.json() == IsPartialDict(access_token=IsStr())
|
||||
|
||||
|
||||
@inject
|
||||
|
||||
@@ -12,8 +12,6 @@ async def test_healthcheck(
|
||||
) -> None:
|
||||
response = await http_client.get("/healthcheck")
|
||||
assert is_success_response(response)
|
||||
assert response.json() == IsDict(
|
||||
{
|
||||
"ok": True,
|
||||
}
|
||||
)
|
||||
assert response.json() == IsDict({
|
||||
"ok": True,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user