fix: 행정동 제거 테스트 반영

- regionCode에서 dongCode 00000으로 수정
This commit is contained in:
이상진 2025-09-14 15:02:18 +09:00
parent c3cf6e8097
commit 55abbdab6a

View File

@ -42,7 +42,7 @@ class RegionApiSuccessTest: FunSpecSpringbootTest() {
} }
).extract().path("data.code") ).extract().path("data.code")
regionCode shouldBe "$sidoCode$sigunguCode" regionCode shouldBe "$sidoCode${sigunguCode}00000"
} }
} }
} }