diff --git a/tests_integration/tests/conftest.py b/tests_integration/tests/conftest.py index 26cdbe0..0bb259f 100644 --- a/tests_integration/tests/conftest.py +++ b/tests_integration/tests/conftest.py @@ -13,7 +13,7 @@ import pytest TIMEOUT = 10 -URL = "http://spoolman:" + os.environ.get("PORT", "8000") +URL = "http://spoolman:" + os.environ.get("SPOOLMAN_PORT", "8000") class DbType(StrEnum):