Commit faadb52
fix: set dummy auth env vars in comment guard test
test_comment_add_human_mode_warns_without_yes relied on TRELLO_API_KEY
and TRELLO_TOKEN being present in the environment. CI runners don't
have them, so TrelloAuth.from_env raised ValueError before the mock
client was reached — exit code 1 instead of 0.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b8d8a44 commit faadb52
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| 518 | + | |
| 519 | + | |
518 | 520 | | |
519 | 521 | | |
520 | 522 | | |
| |||
0 commit comments