summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-02-17 08:56:03 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-02-17 08:56:03 +0300
commit28701c08ad9219219a32f31b2ed9dcb83f92cd59 (patch)
tree4b375958f6f477f63d2e0b7c494deace4834fed4 /test
parent6f9839c73c0d5068ff4505a2efddecf68fdb3bc3 (diff)
parent0b5a2bbe5b08d8b02c2b72c7b80fb55a7dc12535 (diff)
downloadpleroma-28701c08ad9219219a32f31b2ed9dcb83f92cd59.tar.gz
pleroma-28701c08ad9219219a32f31b2ed9dcb83f92cd59.zip
Merge branch 'develop' into issue/1276
Diffstat (limited to 'test')
-rw-r--r--test/web/mastodon_api/views/status_view_test.exs4
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