Modify the query tests to match the test DB

This commit is contained in:
2020-07-03 13:30:01 +02:00
parent 1dd62e1ae0
commit 9638037ece
5 changed files with 39 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
from pydantic import BaseModel, EmailStr
from fastapi import Query
from pydantic import BaseModel, EmailStr
class RegisterSchema(BaseModel):