Commit a4b8f7d
Fix two CI test failures
- UpdateWikilinksOnRename: remove broken $regex pre-filter on the nested
`data` document (MongoDB doesn't traverse into sub-fields with a
top-level $regex, so the filter matched nothing and no wikilinks
were rewritten). Renamed items now correctly update all referencing
pages via a full non-deleted scan, as the operation is rename-only.
- TestDefaultCloudConfig: update assertion from TrustAllProxies to
TrustFlyProxy to match the v4.2.0 security hardening change that
switched DefaultCloudConfig() to use the unspoofable Fly-Client-IP
header instead of X-Forwarded-For.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1881d9a commit a4b8f7d
2 files changed
Lines changed: 2 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
| 312 | + | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1314 | 1314 | | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | | - | |
1318 | | - | |
1319 | | - | |
1320 | | - | |
1321 | | - | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
1326 | 1317 | | |
1327 | | - | |
1328 | | - | |
1329 | | - | |
1330 | 1318 | | |
1331 | 1319 | | |
1332 | 1320 | | |
| |||
0 commit comments