summaryrefslogtreecommitdiff
path: root/test/formatter_test.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2018-12-03 00:34:04 +0300
committerrinpatch <rinpatch@sdf.org>2018-12-03 00:34:04 +0300
commit343b0adfa6c88f0934d788be0e59ea8a5fe483b1 (patch)
treea6debba90a247854543aad4069f1b2e3d9ebd1b1 /test/formatter_test.exs
parenta3953ca37ab4122772119ae345705e712e23dd17 (diff)
parent371d96b1da85960dafea9665b8bc32ba553b1555 (diff)
downloadpleroma-343b0adfa6c88f0934d788be0e59ea8a5fe483b1.tar.gz
pleroma-343b0adfa6c88f0934d788be0e59ea8a5fe483b1.zip
Merge branch 'develop' into fix/theora-detection-read-bytes
Diffstat (limited to 'test/formatter_test.exs')
-rw-r--r--test/formatter_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/formatter_test.exs b/test/formatter_test.exs
index 13084baa7..e4da84c10 100644
--- a/test/formatter_test.exs
+++ b/test/formatter_test.exs
@@ -110,7 +110,7 @@ defmodule Pleroma.FormatterTest do
archaeme =
insert(:user, %{
nickname: "archaeme",
- info: %{"source_data" => %{"url" => "https://archeme/@archaeme"}}
+ info: %Pleroma.User.Info{source_data: %{"url" => "https://archeme/@archaeme"}}
})
archaeme_remote = insert(:user, %{nickname: "archaeme@archae.me"})