mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 07:26:15 -06:00
Update StatusSource test
This commit is contained in:
parent
2ad5e077a7
commit
92d363d028
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ func (suite *StatusSourceTestSuite) TestGetSource() {
|
||||||
suite.Equal(`{
|
suite.Equal(`{
|
||||||
"id": "01F8MHAMCHF6Y650WCRSCP4WMY",
|
"id": "01F8MHAMCHF6Y650WCRSCP4WMY",
|
||||||
"text": "hello everyone!",
|
"text": "hello everyone!",
|
||||||
"spoiler_text": "introduction post"
|
"spoiler_text": "introduction post",
|
||||||
|
"content_type": "text/plain"
|
||||||
}`, dst.String())
|
}`, dst.String())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue