diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-17 09:10:51 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-17 09:10:51 +0300 |
commit | 1b136f39e2e2aacb054e80f7351a3a19f115653a (patch) | |
tree | 1b0dc643422e3703b955cfd63ade8a1fd180fe1b /test | |
parent | 6846202b510bb38da7102a82e2fd41f717878286 (diff) | |
parent | 0b5a2bbe5b08d8b02c2b72c7b80fb55a7dc12535 (diff) | |
download | pleroma-1b136f39e2e2aacb054e80f7351a3a19f115653a.tar.gz |
Merge branch 'develop' into issue/1469
Diffstat (limited to 'test')
-rw-r--r-- | test/web/mastodon_api/views/status_view_test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/mastodon_api/views/status_view_test.exs b/test/web/mastodon_api/views/status_view_test.exs index ba58e48e8..560f8179f 100644 --- a/test/web/mastodon_api/views/status_view_test.exs +++ b/test/web/mastodon_api/views/status_view_test.exs @@ -491,7 +491,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do title: "Example website" } - %{provider_name: "Example site name"} = + %{provider_name: "example.com"} = StatusView.render("card.json", %{page_url: page_url, rich_media: card}) end @@ -506,7 +506,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do description: "Example description" } - %{provider_name: "Example site name"} = + %{provider_name: "example.com"} = StatusView.render("card.json", %{page_url: page_url, rich_media: card}) end end |