diff options
| author | lambda <pleromagit@rogerbraun.net> | 2019-03-11 13:26:12 +0000 | 
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2019-03-11 13:26:12 +0000 | 
| commit | 2c8deecdd2f75c6cdf1089e4266bedb8be55539c (patch) | |
| tree | e45dac3ef09fccdd705dffde41156bc420eac772 /test/web | |
| parent | d9ae2d00a157fad25bf29638550e487ff1800af3 (diff) | |
| parent | 66774b5567c10005b2be810433d7f3d401e12520 (diff) | |
| download | pleroma-2c8deecdd2f75c6cdf1089e4266bedb8be55539c.tar.gz pleroma-2c8deecdd2f75c6cdf1089e4266bedb8be55539c.zip | |
Merge branch 'add-local-field-to-status' into 'develop'
MastoAPI StatusView: Add locality indicator.
See merge request pleroma/pleroma!920
Diffstat (limited to 'test/web')
| -rw-r--r-- | test/web/mastodon_api/status_view_test.exs | 5 | 
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 | 
