diff options
author | 2024-04-18 13:22:55 +0200 | |
---|---|---|
committer | 2024-04-18 13:22:55 +0200 | |
commit | b7c629a18a3154b7cf8231ce6e4cbb47e8c32730 (patch) | |
tree | c1b01886d4a4bdbb8a4ca0fb5be7b2766b7091dd /internal/api/client/statuses/statussource_test.go | |
parent | [feature] Stub conversations endpoint (#2853) (diff) | |
download | gotosocial-b7c629a18a3154b7cf8231ce6e4cbb47e8c32730.tar.xz |
[bugfix] Fix incorrect field name for status source, add helpful message (#2854)
* [bugfix] Fix incorrect field name for status source, add helpful message
* swagger
* yyammm
Diffstat (limited to 'internal/api/client/statuses/statussource_test.go')
-rw-r--r-- | internal/api/client/statuses/statussource_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/statuses/statussource_test.go b/internal/api/client/statuses/statussource_test.go index edb2dad3c..28b1e6852 100644 --- a/internal/api/client/statuses/statussource_test.go +++ b/internal/api/client/statuses/statussource_test.go @@ -91,7 +91,7 @@ func (suite *StatusSourceTestSuite) TestGetSource() { suite.Equal(`{ "id": "01F8MHAMCHF6Y650WCRSCP4WMY", - "source": "hello everyone!", + "text": "**STATUS EDITS ARE NOT CURRENTLY SUPPORTED IN GOTOSOCIAL (coming in 2024)**\nYou can review the original text of your status below, but you will not be able to submit this edit.\n\n---\n\nhello everyone!", "spoiler_text": "introduction post" }`, dst.String()) } |