-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(test): 修復餐廳 API 測試 (改成不會倒的店) FAILED tests/test_dining.py::test_dining_restaurants[\u78b3\u70e4\u5c0f\u59d0(\u539f\u984f\u8a18\u6587\u660c\u96de)] - fastapi.exceptions.ResponseValidationError: 1 validation errors: {'type': 'list_type', 'loc': ('response',), 'msg': 'Input should be a valid list', 'input': None, 'url': 'https://errors.pydantic.dev/2.8/v/list_type'} FAILED tests/test_dining.py::test_dining_restaurants[\u5bb6\u5473\u71d2\u81d8] - fastapi.exceptions.ResponseValidationError: 1 validation errors: {'type': 'list_type', 'loc': ('response',), 'msg': 'Input should be a valid list', 'input': None, 'url': 'https://errors.pydantic.dev/2.8/v/list_type'} * fix: 修復 libraries 的功能
- Loading branch information
Showing
3 changed files
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters