From c0714e053d6d05c7e0c79d45701eeb2b17c5694f Mon Sep 17 00:00:00 2001 From: Hereward Cooper Date: Tue, 30 Jan 2024 14:09:32 -0800 Subject: [PATCH] change test var name --- tests_integration/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):