mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 11:42:26 -06:00
Feat: document new hide boots setting
This commit is contained in:
parent
af5a766f62
commit
4b7d7f9b8b
5 changed files with 12 additions and 9 deletions
|
|
@ -447,7 +447,7 @@ func (suite *StatusCreateTestSuite) TestPostNewStatusMessedUpIntPolicy() {
|
|||
suite.Equal(http.StatusBadRequest, recorder.Code)
|
||||
|
||||
// We should have a helpful error
|
||||
// message telling us how we screwed up.
|
||||
// message telling us how we screwed up.
|
||||
suite.Equal(`{
|
||||
"error": "Bad Request: error converting followers_only.can_reply.always: policyURI public is not feasible for visibility followers_only"
|
||||
}`, out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue