diff options
| author | Sachin Joshi <satchin.joshi@gmail.com> | 2019-06-23 03:25:50 +0000 |
|---|---|---|
| committer | Sachin Joshi <satchin.joshi@gmail.com> | 2019-06-23 03:25:50 +0000 |
| commit | a0c65bbd6c708b555f457bf24ec07d2d41c3fe4a (patch) | |
| tree | deb176014e3c1dcb87fba2fe1108e276c2100148 /test/web/rich_media | |
| parent | 1452a96ad6cfd7d250e3f7c10805994cc92016a7 (diff) | |
| parent | 72f365df07e2eba75d3339629b01e5a8913513e6 (diff) | |
| download | pleroma-a0c65bbd6c708b555f457bf24ec07d2d41c3fe4a.tar.gz pleroma-a0c65bbd6c708b555f457bf24ec07d2d41c3fe4a.zip | |
Merge branch 'develop' into 'remove-avatar-header'
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'test/web/rich_media')
| -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/" }} |
