[fix] solution/backend: 스냅샷 지역정보에 itineraries 키가 추가된 것을 테스트에 반영
This commit is contained in:
parent
9d4feebb86
commit
ea4947bb0a
@ -241,4 +241,6 @@ async def test_place_without_any_region_key_gets_no_local_content(db_engine, own
|
||||
place = _RegionPlace(pid, "")
|
||||
place.road_address = None
|
||||
snap = await build_snapshot(place)
|
||||
assert snap["local"] == {"region_code": None, "contents": []}
|
||||
# ★ itineraries 는 항상 있는 키다(2026-09-11) — 이 업장은 place_id 는 있으니
|
||||
# place_itineraries 를 조회하고, 아직 생성된 게 없어 빈 목록으로 온다.
|
||||
assert snap["local"] == {"region_code": None, "contents": [], "itineraries": []}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user