Skip to content

Commit 41399c1

Browse files
committed
Fix merge
1 parent 728d15b commit 41399c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/test/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def _find_free_port():
699699
return s.getsockname()[1]
700700

701701

702-
Server = Literal["daphne", "granian", "gunicorn", "hypercorn", "uvicorn"]
702+
Server = Literal["daphne", "granian", "gunicorn", "hypercorn", "pyvoy", "uvicorn"]
703703

704704

705705
class Args(argparse.Namespace):

0 commit comments

Comments
 (0)