Skip to content

fix(ci): rename remaining Arts & Culture → Arts & Workshops#17

Merged
saisri27 merged 1 commit into
mainfrom
sai
May 8, 2026
Merged

fix(ci): rename remaining Arts & Culture → Arts & Workshops#17
saisri27 merged 1 commit into
mainfrom
sai

Conversation

@saisri27

@saisri27 saisri27 commented May 8, 2026

Copy link
Copy Markdown
Owner

CI was failing on main because the category merge missed two spots: SEGMENT_TO_CATEGORY in recommendation_bigquery.py (which has a startup invariant against ALLOWED_CATEGORIES — assertion fired at import, breaking all 5 test files at collection) and two hardcoded assertions in test_events_endpoint.py. All 88 tests pass locally now.

CI broke after the category merge because:
1. recommendation_bigquery.SEGMENT_TO_CATEGORY still mapped Ticketmaster's
   "Arts & Theatre" segment to the old "Arts & Culture" name. The runtime
   invariant in that module compares this mapping against ALLOWED_CATEGORIES
   and asserts at import time — which is why every test file errored at
   collection rather than just one test.
2. test_events_endpoint.py hardcoded "Arts & Culture" in two assertions.

All 88 tests pass locally now.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@saisri27 saisri27 merged commit 55734ea into main May 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant