Skip to content

Commit

Permalink
See if this fixes things
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Feb 9, 2024
1 parent 33b13ef commit 25c3a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/admin/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _set_env(monkeypatch, key: str, value: str | None):
elif key in os.environ:
monkeypatch.delenv(key)

def test_package_version_cached(self, monkeypatch):
def test_package_version_cached(self):
with patch(
"api.admin.config.Configuration.env_package_version"
) as env_package_version:
Expand Down

0 comments on commit 25c3a0e

Please sign in to comment.