Skip to content

Commit 560f8f6

Browse files
committed
?
1 parent e6f16be commit 560f8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def uvicorn_server(request):
643643
app = request.param()
644644

645645
config = uvicorn.Config(
646-
app, host="127.0.0.1", port=5000, log_level="info", loop=None
646+
app, host="127.0.0.1", port=5000, log_level="info", loop="none"
647647
)
648648
server = UvicornServer(config=config)
649649

0 commit comments

Comments
 (0)