(monkeypatch, token_env="GH_TOKEN")
| 304 | |
| 305 | |
| 306 | def _inject_github_config(monkeypatch, token_env="GH_TOKEN"): |
| 307 | from tests.auth_helpers import inject_github_config |
| 308 | inject_github_config(monkeypatch, token_env) |
| 309 | |
| 310 | |
| 311 | class TestUserStory3: |
no test coverage detected