0.0.0.0 for webserver host in test

This commit is contained in:
Matthias Bisping 2022-04-19 18:24:46 +02:00
parent d3f1d5d926
commit 78b8c930d9

View File

@ -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):