From 07a117c3d02f42856d020ebda82ca82a9e5451ec Mon Sep 17 00:00:00 2001 From: Jon Froehlich Date: Mon, 22 Jun 2026 12:35:57 -0700 Subject: [PATCH] test(people): update people-page description assertion to match copy Commit 7e497aa changed the People page meta description (dropped "postdocs" since the lab has never had one), but test_people_description still asserted the old "...students, postdocs, and alumni" string, leaving the suite red. Align the assertion with the current copy in website/views/people.py. Co-Authored-By: Claude Opus 4.8 (1M context) --- website/tests/test_page_metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/tests/test_page_metadata.py b/website/tests/test_page_metadata.py index b60bfa8e..35014c57 100644 --- a/website/tests/test_page_metadata.py +++ b/website/tests/test_page_metadata.py @@ -155,7 +155,7 @@ def _assert_distinct(self, url_name, og_title, description_fragment): def test_people_description(self): self._assert_distinct("website:people", "People", - "Meet the faculty, students, postdocs, and alumni") + "Meet the faculty, students, and alumni") def test_projects_description(self): self._assert_distinct("website:projects", "Projects",