diff options
Diffstat (limited to 'internal/api/client/followrequests/get_test.go')
-rw-r--r-- | internal/api/client/followrequests/get_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/api/client/followrequests/get_test.go b/internal/api/client/followrequests/get_test.go index 5d7feb3bf..213c8b780 100644 --- a/internal/api/client/followrequests/get_test.go +++ b/internal/api/client/followrequests/get_test.go @@ -81,6 +81,7 @@ func (suite *GetTestSuite) TestGet() { "acct": "Some_User@example.org", "display_name": "some user", "locked": true, + "discoverable": true, "bot": false, "created_at": "2020-08-10T12:13:28.000Z", "note": "i'm a real son of a gun", |