aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2019-03-11 13:26:12 +0000
committerlambda <pleromagit@rogerbraun.net>2019-03-11 13:26:12 +0000
commit2c8deecdd2f75c6cdf1089e4266bedb8be55539c (patch)
treee45dac3ef09fccdd705dffde41156bc420eac772 /test
parentd9ae2d00a157fad25bf29638550e487ff1800af3 (diff)
parent66774b5567c10005b2be810433d7f3d401e12520 (diff)
downloadpleroma-2c8deecdd2f75c6cdf1089e4266bedb8be55539c.tar.gz
Merge branch 'add-local-field-to-status' into 'develop'
MastoAPI StatusView: Add locality indicator. See merge request pleroma/pleroma!920
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