Skip to content

Commit 1d0fcf8

Browse files
committed
fix: 문서 명 변경
1 parent e9f9938 commit 1d0fcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/eatda/document/store/StoreDocumentTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class SearchStores {
7777
String query = "농민백암순대";
7878
doThrow(new BusinessException(errorCode)).when(storeService).searchStores(anyString());
7979

80-
var document = document("store/search", 404)
80+
var document = document("store/search", errorCode)
8181
.request(requestDocument)
8282
.response(ERROR_RESPONSE)
8383
.build();

0 commit comments

Comments
 (0)