Skip to content
Snippets Groups Projects
Commit d1d2ebe8 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Tests were failing due to MacOS port conflict; now test on 5001

parent f5727915
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class TestServerBaseClass(unittest.TestCase):
def setUp(self) -> None:
import uvicorn
host = '127.0.0.1'
port = 5000
port = 5001
self.server_process = Process(
target=uvicorn.run,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment