We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4dd25 commit 7021043Copy full SHA for 7021043
tests/conftest.py
@@ -120,7 +120,7 @@ def source_api():
120
@pytest.fixture(scope="session")
121
def source_api_server(source_api):
122
"""Run the source API in a background thread."""
123
- host, port = "127.0.0.1", 8000
+ host, port = "127.0.0.1", 9119
124
server = uvicorn.Server(
125
uvicorn.Config(
126
source_api,
0 commit comments