summaryrefslogtreecommitdiff
path: root/test/web/ostatus
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-02-03 18:54:39 +0100
committerlain <lain@soykaf.club>2019-02-03 18:54:39 +0100
commite61f0be9518aff867f4c56f5102723eddbcf40f1 (patch)
tree7b1c15e651f47d26bc082f865843f2fab6b62cf6 /test/web/ostatus
parent505a084058eeeed7d945b43630c97c38cafec656 (diff)
downloadpleroma-e61f0be9518aff867f4c56f5102723eddbcf40f1.tar.gz
pleroma-e61f0be9518aff867f4c56f5102723eddbcf40f1.zip
Unbreak all the tests.
Diffstat (limited to 'test/web/ostatus')
-rw-r--r--test/web/ostatus/ostatus_test.exs2
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)