diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-02-07 22:24:12 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-02-07 22:24:12 +0300 |
commit | d1c6dd97aa503ca7c897d67d98fe8c924e113a61 (patch) | |
tree | 337e5fb61f36e458bfdfca4f925b7c063d6348b0 /test | |
parent | 4e14945670bac15a6e183eb8c552d6e0669713ac (diff) | |
download | pleroma-d1c6dd97aa503ca7c897d67d98fe8c924e113a61.tar.gz pleroma-d1c6dd97aa503ca7c897d67d98fe8c924e113a61.zip |
[#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.exs | 2 |
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"}) |