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
|
||||
|
||||
Reference in New Issue
Block a user