diff options
Diffstat (limited to 'packages/meshbay-node/tests/test_enrich_photo.py')
| -rw-r--r-- | packages/meshbay-node/tests/test_enrich_photo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-node/tests/test_enrich_photo.py b/packages/meshbay-node/tests/test_enrich_photo.py index 7684f40..81367eb 100644 --- a/packages/meshbay-node/tests/test_enrich_photo.py +++ b/packages/meshbay-node/tests/test_enrich_photo.py @@ -172,7 +172,7 @@ async def test_enricher_corrects_orientation(tmp_path, media_cache): def test_gps_is_never_read_by_this_module(): """ - docs/photos.md §2.4/§11: GPS must never be extracted, cached, or handed + docs/MESHBAY_DESIGN.md §9.9: GPS must never be extracted, cached, or handed to a caller — a location disclosure the instant it is surfaced to every group member. Grep-based, the same discipline test_hub_address_seam.py/ test_task_lifetime.py already apply elsewhere in this codebase to a |