(monkeypatch)
| 14 | |
| 15 | @pytest.fixture(autouse=True) |
| 16 | def _clear_auth(monkeypatch): |
| 17 | for v in AUTH_VARS: |
| 18 | monkeypatch.delenv(v, raising=False) |
| 19 | |
| 20 | |
| 21 | def test_api_key(monkeypatch): |
nothing calls this directly
no outgoing calls
no test coverage detected