Update StatusSource test
This commit is contained in:
parent
2ad5e077a7
commit
92d363d028
|
@ -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…
Reference in New Issue