Skip to content

Commit

Permalink
tweak to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Oct 4, 2024
1 parent 97ddbc6 commit e504190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e504190

Please sign in to comment.