diff --git a/test/integration_tests/actual_server_test.py b/test/integration_tests/actual_server_test.py index 53ac067..81947b8 100644 --- a/test/integration_tests/actual_server_test.py +++ b/test/integration_tests/actual_server_test.py @@ -12,7 +12,7 @@ from image_prediction.pipeline import load_pipeline @pytest.fixture def host(): - return "127.0.0.1" + return "0.0.0.0" def get_free_port(host):