forked from AkkomaGang/akkoma
tests: flip testing to/cc for mentions
This commit is contained in:
parent
4e93d6ae14
commit
719a8a1f82
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ test "create a status" do
|
|||
"https://www.w3.org/ns/activitystreams#Public"
|
||||
)
|
||||
|
||||
assert Enum.member?(get_in(activity.data, ["cc"]), "shp")
|
||||
assert Enum.member?(get_in(activity.data, ["to"]), "shp")
|
||||
assert activity.local == true
|
||||
|
||||
assert %{"moominmamma" => "http://localhost:4001/finmoji/128px/moominmamma-128.png"} =
|
||||
|
|
Loading…
Reference in a new issue