[bugfix] Account.last_status_at is a date, not datetime (#3419)

* [bugfix] Account.last_status_at is a date, not datetime

Fix #3418

* update swagger
This commit is contained in:
Markus Unterwaditzer
2024-10-12 10:02:26 +02:00
committed by GitHub
parent 77d755e330
commit 95a316236e
16 changed files with 86 additions and 79 deletions

View File

@@ -156,7 +156,7 @@ func (suite *ReportsGetTestSuite) TestGetReports() {
"followers_count": 0,
"following_count": 0,
"statuses_count": 3,
"last_status_at": "2021-09-11T09:40:37.000Z",
"last_status_at": "2021-09-11",
"emojis": [],
"fields": []
}
@@ -246,7 +246,7 @@ func (suite *ReportsGetTestSuite) TestGetReports4() {
"followers_count": 0,
"following_count": 0,
"statuses_count": 3,
"last_status_at": "2021-09-11T09:40:37.000Z",
"last_status_at": "2021-09-11",
"emojis": [],
"fields": []
}
@@ -320,7 +320,7 @@ func (suite *ReportsGetTestSuite) TestGetReports6() {
"followers_count": 0,
"following_count": 0,
"statuses_count": 3,
"last_status_at": "2021-09-11T09:40:37.000Z",
"last_status_at": "2021-09-11",
"emojis": [],
"fields": []
}
@@ -378,7 +378,7 @@ func (suite *ReportsGetTestSuite) TestGetReports7() {
"followers_count": 0,
"following_count": 0,
"statuses_count": 3,
"last_status_at": "2021-09-11T09:40:37.000Z",
"last_status_at": "2021-09-11",
"emojis": [],
"fields": []
}