Skip to content

Commit 7021043

Browse files
committed
update test server to avoid conflicts
1 parent 3e4dd25 commit 7021043

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
@@ -120,7 +120,7 @@ def source_api():
120120
@pytest.fixture(scope="session")
121121
def source_api_server(source_api):
122122
"""Run the source API in a background thread."""
123-
host, port = "127.0.0.1", 8000
123+
host, port = "127.0.0.1", 9119
124124
server = uvicorn.Server(
125125
uvicorn.Config(
126126
source_api,

0 commit comments

Comments
 (0)