mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-24 10:26:14 -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
|
|
@ -82,7 +82,8 @@ func (suite *NotificationTestSuite) TestStreamNotification() {
|
|||
"statuses_count": 4,
|
||||
"last_status_at": "2024-11-01",
|
||||
"emojis": [],
|
||||
"fields": []
|
||||
"fields": [],
|
||||
"group": false
|
||||
}
|
||||
}`, dst.String())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue