-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: unexpected warning showed during test #46
Labels
bug
Related to a bug
Comments
l7wei
changed the title
test: warning showed during test
test: unexpected warning showed during test
Dec 12, 2023
iwtba4188
added a commit
to iwtba4188/NTHU-Data-API
that referenced
this issue
Dec 12, 2023
iwtba4188
added a commit
to iwtba4188/NTHU-Data-API
that referenced
this issue
Dec 12, 2023
DeprecationWarning: `example` has been deprecated, please use `examples` instead (略)
"/buses/stops/{stop_name}/{bus_type}/{day}/{direction}": {
"get": {
"tags": [
"Buses"
],
"summary": "Get Stop Up",
"description": "取得公車站牌停靠公車資訊。",
"operationId": "get_stop_up_buses_stops__stop_name___bus_type___day___direction__get",
"parameters": [
{
"name": "stop_name",
"in": "path",
"required": true,
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/StopsName"
}
],
"description": "公車站牌名稱",
"examples": [
"台積館"
],
"title": "Stop Name"
},
"description": "公車站牌名稱"
},
(略)
|
l7wei
pushed a commit
that referenced
this issue
Dec 12, 2023
btw, 如果想要眼不見為淨的話可以加上 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some unexpected warning showed during test.
The text was updated successfully, but these errors were encountered: