generated from pricelees/issue-pr-template
fix: 행정동 제거 테스트 반영
- regionCode에서 dongCode 00000으로 수정
This commit is contained in:
parent
c3cf6e8097
commit
55abbdab6a
@ -42,7 +42,7 @@ class RegionApiSuccessTest: FunSpecSpringbootTest() {
|
|||||||
}
|
}
|
||||||
).extract().path("data.code")
|
).extract().path("data.code")
|
||||||
|
|
||||||
regionCode shouldBe "$sidoCode$sigunguCode"
|
regionCode shouldBe "$sidoCode${sigunguCode}00000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user