summaryrefslogtreecommitdiff
path: root/internal/api/client/reports/reportsget_test.go
diff options
context:
space:
mode:
authorLibravatar Markus Unterwaditzer <markus-github@unterwaditzer.net>2024-10-12 10:02:26 +0200
committerLibravatar GitHub <noreply@github.com>2024-10-12 10:02:26 +0200
commit95a316236e3651c27d995fcdc8093ae0d1f96125 (patch)
tree13669ae1942d5ce0309a14933104a793cfcd4071 /internal/api/client/reports/reportsget_test.go
parent[chore] Don't cc Accept of likes to followers (#3417) (diff)
downloadgotosocial-95a316236e3651c27d995fcdc8093ae0d1f96125.tar.xz
[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
Diffstat (limited to 'internal/api/client/reports/reportsget_test.go')
-rw-r--r--internal/api/client/reports/reportsget_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/api/client/reports/reportsget_test.go b/internal/api/client/reports/reportsget_test.go
index 96fcafc22..ccede98ca 100644
--- a/internal/api/client/reports/reportsget_test.go
+++ b/internal/api/client/reports/reportsget_test.go
@@ -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": []
}