From 95a316236e3651c27d995fcdc8093ae0d1f96125 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 12 Oct 2024 10:02:26 +0200 Subject: [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 --- internal/api/client/followrequests/get_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/api/client/followrequests') diff --git a/internal/api/client/followrequests/get_test.go b/internal/api/client/followrequests/get_test.go index b9b6db7c6..07383a319 100644 --- a/internal/api/client/followrequests/get_test.go +++ b/internal/api/client/followrequests/get_test.go @@ -100,7 +100,7 @@ func (suite *GetTestSuite) TestGet() { "followers_count": 0, "following_count": 0, "statuses_count": 1, - "last_status_at": "2023-11-02T10:44:25.000Z", + "last_status_at": "2023-11-02", "emojis": [], "fields": [] } -- cgit v1.3