mirror of
1
Fork 0

Update StatusSource test

This commit is contained in:
ewin 2025-03-03 17:19:51 -05:00
parent 2ad5e077a7
commit 92d363d028
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ func (suite *StatusSourceTestSuite) TestGetSource() {
suite.Equal(`{
"id": "01F8MHAMCHF6Y650WCRSCP4WMY",
"text": "hello everyone!",
"spoiler_text": "introduction post"
"spoiler_text": "introduction post",
"content_type": "text/plain"
}`, dst.String())
}