[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

@ -177,7 +177,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch1() {
"followers_count": 1,
"following_count": 1,
"statuses_count": 4,
"last_status_at": "2021-10-20T10:41:37.000Z",
"last_status_at": "2021-10-20",
"emojis": [],
"fields": [],
"enable_rss": true,
@ -317,7 +317,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch2() {
"followers_count": 1,
"following_count": 1,
"statuses_count": 4,
"last_status_at": "2021-10-20T10:41:37.000Z",
"last_status_at": "2021-10-20",
"emojis": [],
"fields": [],
"enable_rss": true,
@ -457,7 +457,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch3() {
"followers_count": 1,
"following_count": 1,
"statuses_count": 4,
"last_status_at": "2021-10-20T10:41:37.000Z",
"last_status_at": "2021-10-20",
"emojis": [],
"fields": [],
"enable_rss": true,
@ -648,7 +648,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch6() {
"followers_count": 1,
"following_count": 1,
"statuses_count": 4,
"last_status_at": "2021-10-20T10:41:37.000Z",
"last_status_at": "2021-10-20",
"emojis": [],
"fields": [],
"enable_rss": true,
@ -814,7 +814,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch8() {
"followers_count": 1,
"following_count": 1,
"statuses_count": 4,
"last_status_at": "2021-10-20T10:41:37.000Z",
"last_status_at": "2021-10-20",
"emojis": [],
"fields": [],
"enable_rss": true,
@ -991,7 +991,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch9() {
"followers_count": 1,
"following_count": 1,
"statuses_count": 4,
"last_status_at": "2021-10-20T10:41:37.000Z",
"last_status_at": "2021-10-20",
"emojis": [],
"fields": [],
"enable_rss": true,