forked from AkkomaGang/akkoma
OStatus tests: stop relying on embedded objects
This commit is contained in:
parent
32018a4ee0
commit
5329e84d62
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ test "handle incoming retweets - GS, subscription - local message" do
|
|||
assert retweeted_activity.data["type"] == "Create"
|
||||
assert retweeted_activity.data["actor"] == user.ap_id
|
||||
assert retweeted_activity.local
|
||||
assert retweeted_activity.data["object"]["announcement_count"] == 1
|
||||
assert Object.normalize(retweeted_activity).data["announcement_count"] == 1
|
||||
end
|
||||
|
||||
test "handle incoming retweets - Mastodon, salmon" do
|
||||
|
|
Loading…
Reference in a new issue