Commit 5c538b8
fix: rename remaining Arts & Culture → Arts & Workshops references
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>1 parent 0340422 commit 5c538b8
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments