aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2021-02-07 22:24:12 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2021-02-07 22:24:12 +0300
commitd1c6dd97aa503ca7c897d67d98fe8c924e113a61 (patch)
tree337e5fb61f36e458bfdfca4f925b7c063d6348b0 /test
parent4e14945670bac15a6e183eb8c552d6e0669713ac (diff)
downloadpleroma-d1c6dd97aa503ca7c897d67d98fe8c924e113a61.tar.gz
[#3213] Partially addressed code review points.
migration rollback task changes, hashtags-related config handling tweaks, `hashtags.data` deletion (unused).
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/activity_pub/activity_pub_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/activity_pub/activity_pub_test.exs b/test/pleroma/web/activity_pub/activity_pub_test.exs
index 04fd1def3..bab5a199c 100644
--- a/test/pleroma/web/activity_pub/activity_pub_test.exs
+++ b/test/pleroma/web/activity_pub/activity_pub_test.exs
@@ -221,7 +221,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
{:ok, status_five} = CommonAPI.post(user, %{status: ". #any2 #any1"})
for hashtag_timeline_strategy <- [true, false] do
- clear_config([:instance, :improved_hashtag_timeline], hashtag_timeline_strategy)
+ clear_config([:database, :improved_hashtag_timeline], hashtag_timeline_strategy)
fetch_one = ActivityPub.fetch_activities([], %{type: "Create", tag: "test"})