diff options
author | feld <feld@feld.me> | 2019-05-30 21:03:31 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2019-05-30 21:03:31 +0000 |
commit | 73a7420c23308d19aa270ba6345a9b2b963abee6 (patch) | |
tree | e786a84700608abe39307ffe241a0e3e0164e105 /test/web/rich_media/parser_test.exs | |
parent | 91ac8b075b0a8c82b5e8a9d3316724e534486932 (diff) | |
parent | 1690be991ede33998203226998b8023a247a4f84 (diff) | |
download | pleroma-73a7420c23308d19aa270ba6345a9b2b963abee6.tar.gz pleroma-73a7420c23308d19aa270ba6345a9b2b963abee6.zip |
Merge branch 'fix/ogp-missing-data' into 'develop'
Replace missing non-nullable Card attributes with empty strings
See merge request pleroma/pleroma!1217
Diffstat (limited to 'test/web/rich_media/parser_test.exs')
-rw-r--r-- | test/web/rich_media/parser_test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/web/rich_media/parser_test.exs b/test/web/rich_media/parser_test.exs index 47b127cf9..3a9cc1854 100644 --- a/test/web/rich_media/parser_test.exs +++ b/test/web/rich_media/parser_test.exs @@ -44,6 +44,8 @@ defmodule Pleroma.Web.RichMedia.ParserTest do %{ image: "http://ia.media-imdb.com/images/rock.jpg", title: "The Rock", + description: + "Directed by Michael Bay. With Sean Connery, Nicolas Cage, Ed Harris, John Spencer.", type: "video.movie", url: "http://www.imdb.com/title/tt0117500/" }} |