mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-24 19:56:20 -06:00
More test changes for new group param in Account
This commit is contained in:
parent
c8d50e8e2d
commit
fc196f917e
7 changed files with 29 additions and 15 deletions
|
|
@ -103,7 +103,8 @@ func (suite *GetTestSuite) TestGet() {
|
|||
"statuses_count": 1,
|
||||
"last_status_at": "2023-11-02",
|
||||
"emojis": [],
|
||||
"fields": []
|
||||
"fields": [],
|
||||
"group": false
|
||||
}
|
||||
]`, dst.String())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue