diff options
author | lain <lain@soykaf.club> | 2018-12-02 11:20:38 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-12-02 11:20:38 +0100 |
commit | 91065e1968e97d299aa708b938cbef18c2cd1271 (patch) | |
tree | d6ff62f6ef391daeb9268e6c2e2619025587a72c /test/web/ostatus/ostatus_test.exs | |
parent | 371d96b1da85960dafea9665b8bc32ba553b1555 (diff) | |
download | pleroma-91065e1968e97d299aa708b938cbef18c2cd1271.tar.gz pleroma-91065e1968e97d299aa708b938cbef18c2cd1271.zip |
Fix background updating / handling.
Diffstat (limited to 'test/web/ostatus/ostatus_test.exs')
-rw-r--r-- | test/web/ostatus/ostatus_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/ostatus/ostatus_test.exs b/test/web/ostatus/ostatus_test.exs index baa8cac72..32bf6691b 100644 --- a/test/web/ostatus/ostatus_test.exs +++ b/test/web/ostatus/ostatus_test.exs @@ -337,7 +337,7 @@ defmodule Pleroma.Web.OStatusTest do %Pleroma.User.Info{ id: user.info.id, ap_enabled: false, - background: nil, + background: %{}, banner: %{}, blocks: [], deactivated: false, |