Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change test port to 8889 (docker desktop is now using port 8888 which… #2972

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/tests/integration/tests/pruning/test_pruning.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Loading