Commit ddc51ae
test(auth): replace base64 placeholder in non-bearer-scheme test
GitGuardian flagged the "Basic Z29vZDpnb29k" (base64 of "good:good")
test fixture as a Base64 Basic Authentication secret. It's a test-only
placeholder but valid base64 trips the generic-secret detector.
Replaces with "Basic <placeholder>" — the test asserts only that
non-Bearer schemes return 401, so the payload shape is irrelevant.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 19c57c0 commit ddc51ae
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
319 | 323 | | |
320 | 324 | | |
321 | 325 | | |
322 | | - | |
| 326 | + | |
323 | 327 | | |
324 | 328 | | |
325 | 329 | | |
| |||
0 commit comments