diff options
author | lain <lain@soykaf.club> | 2019-02-03 18:54:39 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-02-03 18:54:39 +0100 |
commit | e61f0be9518aff867f4c56f5102723eddbcf40f1 (patch) | |
tree | 7b1c15e651f47d26bc082f865843f2fab6b62cf6 /test/web/ostatus | |
parent | 505a084058eeeed7d945b43630c97c38cafec656 (diff) | |
download | pleroma-e61f0be9518aff867f4c56f5102723eddbcf40f1.tar.gz pleroma-e61f0be9518aff867f4c56f5102723eddbcf40f1.zip |
Unbreak all the tests.
Diffstat (limited to 'test/web/ostatus')
-rw-r--r-- | test/web/ostatus/ostatus_test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/web/ostatus/ostatus_test.exs b/test/web/ostatus/ostatus_test.exs index 0c63dd84d..dbe5de2e2 100644 --- a/test/web/ostatus/ostatus_test.exs +++ b/test/web/ostatus/ostatus_test.exs @@ -530,6 +530,8 @@ defmodule Pleroma.Web.OStatusTest do note_object.data |> Map.put("type", "Article") + Cachex.clear(:object_cache) + cs = Object.change(note_object, %{data: note_data}) {:ok, _article_object} = Repo.update(cs) |