mirror of https://github.com/tiangolo/fastapi.git
[14350] Further test coverage fix
This commit is contained in:
parent
747c9df148
commit
3c3e723e84
|
|
@ -58,7 +58,6 @@ def get_client(request: pytest.FixtureRequest):
|
|||
tasks_store[task_id].update(
|
||||
{"title": title, "description": description, "status": status}
|
||||
)
|
||||
return None
|
||||
return None
|
||||
|
||||
if "INSERT INTO tasks" in query:
|
||||
|
|
|
|||
Loading…
Reference in New Issue