Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehgrantsgov committed Jan 28, 2025
1 parent b90c413 commit 40fe954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def reset_aws_env_vars(monkeypatch: pytest.MonkeyPatch) -> None:

@pytest.fixture(autouse=True)
def use_cdn(monkeypatch: pytest.MonkeyPatch) -> None:
"""Set up CDN URL environment variable for tests."""s
"""Set up CDN URL environment variable for tests."""
monkeypatch.setenv("CDN_URL", "http://localhost:4566")


Expand Down

0 comments on commit 40fe954

Please sign in to comment.