change test var name

This commit is contained in:
Hereward Cooper
2024-01-30 14:09:32 -08:00
parent 1273b20224
commit c0714e053d

View File

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