Commit 164e36d
committed
docs: use a placeholder project id in the captured error message
The 403 fixture in test_errors.py was copied verbatim from a live API
response, so it carried the real project id of the account used for
verification. deferred.md named the same project. Neither is a secret,
but this repository is about to be public and there is no reason to
publish the id.
The classifier matches on the phrases "has not been used in project" and
"it is disabled" (errors.py:122-123), never on the id, so substituting
it changes nothing: the full suite passes unchanged. What the comment
records — that this message was observed verbatim from a live 403 on
2026-09-01 — survives, because the sentence structure is what makes it
evidence.1 parent 19f2dfe commit 164e36d
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments