Fixed broken populate flag

This commit is contained in:
2024-01-10 14:17:41 +01:00
committed by Luis
parent e6e64452ba
commit a0c6dab00a

View File

@@ -123,7 +123,7 @@ def start_server(args: argparse.Namespace) -> None:
import subprocess
cmd = ["pytest", "-s", "-n0", str(test_db_api)]
cmd = ["pytest", "-s", str(test_db_api)]
subprocess.run(cmd, check=True)
uvicorn.run(