From e504190df06de5096a8bd4ddc47c9afd7ed9531b Mon Sep 17 00:00:00 2001 From: Jo Walsh Date: Fri, 4 Oct 2024 12:49:12 +0100 Subject: [PATCH] tweak to docstring --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 77b01d8..e1f2590 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -42,7 +42,7 @@ def scivision_model(): @pytest.fixture def env_endpoint(): - """None if ENDPOINT is not set in environment, + """None if AWS_URL_ENDPOINT is not set in environment, or it's set but to an arbitrary string, utility for skipping integration-type tests""" endpoint = os.environ.get("AWS_URL_ENDPOINT", None)