aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-03-11 13:48:27 +0100
committerlain <lain@soykaf.club>2019-03-11 13:48:27 +0100
commit4811eefa6e4cbdaa92fc2e003037506539e493b1 (patch)
tree4b01e3d59ef9878a92b069d327f5b9c049b8f422 /test
parent8e6b8506105a304bca9159bfcd5cc7cb9516e387 (diff)
downloadpleroma-4811eefa6e4cbdaa92fc2e003037506539e493b1.tar.gz
MastoAPI StatusView: Add locality indicator.
Diffstat (limited to 'test')
-rw-r--r--test/web/mastodon_api/status_view_test.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/web/mastodon_api/status_view_test.exs b/test/web/mastodon_api/status_view_test.exs
index 351dbf673..485a0b4f7 100644
--- a/test/web/mastodon_api/status_view_test.exs
+++ b/test/web/mastodon_api/status_view_test.exs
@@ -120,7 +120,10 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
static_url: "corndog.png",
visible_in_picker: false
}
- ]
+ ],
+ pleroma: %{
+ local: true
+ }
}
assert status == expected