mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-21 17:20:07 +02:00
change test port to 8889 (docker desktop is now using port 8888 which blocks the test from working on mac) (#2972)
This commit is contained in:
parent
1d89fea73e
commit
e05846db9f
@ -110,7 +110,7 @@ def test_web_pruning(reset: None, vespa_client: vespa_fixture) -> None:
|
||||
test_filename = os.path.realpath(__file__)
|
||||
test_directory = os.path.dirname(test_filename)
|
||||
with tempfile.TemporaryDirectory() as temp_dir:
|
||||
port = 8888
|
||||
port = 8889
|
||||
|
||||
website_src = os.path.join(test_directory, "website")
|
||||
website_tgt = os.path.join(temp_dir, "website")
|
||||
|
Loading…
x
Reference in New Issue
Block a user