We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f9938 commit 1d0fcf8Copy full SHA for 1d0fcf8
src/test/java/eatda/document/store/StoreDocumentTest.java
@@ -77,7 +77,7 @@ class SearchStores {
77
String query = "농민백암순대";
78
doThrow(new BusinessException(errorCode)).when(storeService).searchStores(anyString());
79
80
- var document = document("store/search", 404)
+ var document = document("store/search", errorCode)
81
.request(requestDocument)
82
.response(ERROR_RESPONSE)
83
.build();
0 commit comments