diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-17 08:56:03 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-17 08:56:03 +0300 |
commit | 28701c08ad9219219a32f31b2ed9dcb83f92cd59 (patch) | |
tree | 4b375958f6f477f63d2e0b7c494deace4834fed4 /test | |
parent | 6f9839c73c0d5068ff4505a2efddecf68fdb3bc3 (diff) | |
parent | 0b5a2bbe5b08d8b02c2b72c7b80fb55a7dc12535 (diff) | |
download | pleroma-28701c08ad9219219a32f31b2ed9dcb83f92cd59.tar.gz |
Merge branch 'develop' into issue/1276
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 |