Browse Source

More fixes.

tags/v0.9.9
lain 6 years ago
parent
commit
413de8e4bc
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      test/web/twitter_api/representers/activity_representer_test.exs

+ 2
- 1
test/web/twitter_api/representers/activity_representer_test.exs View File

@@ -154,7 +154,8 @@ defmodule Pleroma.Web.TwitterAPI.Representers.ActivityRepresenterTest do
"tags" => ["nsfw", "content", "mentioning"],
"activity_type" => "post",
"possibly_sensitive" => true,
"uri" => activity.data["object"]["id"]
"uri" => activity.data["object"]["id"],
"visibility" => "direct"
}

assert ActivityRepresenter.to_map(activity, %{


Loading…
Cancel
Save