aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMary Kate <mk@marykatefain.com>2020-08-05 15:39:11 -0500
committerMary Kate <mk@marykatefain.com>2020-08-05 15:41:35 -0500
commitf785dba09bc6c6624c17350356632d008f701183 (patch)
treed28198fb30335dd3228cae080127f485034d094a /test
parentd6ab9f2132cdcbed303c9ef0941bf7210e49c5d6 (diff)
downloadpleroma-f785dba09bc6c6624c17350356632d008f701183.tar.gz
changelog for filter whole_word fix
Diffstat (limited to 'test')
-rw-r--r--test/web/mastodon_api/controllers/filter_controller_test.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/mastodon_api/controllers/filter_controller_test.exs b/test/web/mastodon_api/controllers/filter_controller_test.exs
index 6e94150b4..0d426ec34 100644
--- a/test/web/mastodon_api/controllers/filter_controller_test.exs
+++ b/test/web/mastodon_api/controllers/filter_controller_test.exs
@@ -64,7 +64,7 @@ defmodule Pleroma.Web.MastodonAPI.FilterControllerTest do
test "get a filter" do
%{user: user, conn: conn} = oauth_access(["read:filters"])
- # check whole_word true
+ # check whole_word false
query = %Pleroma.Filter{
user_id: user.id,
filter_id: 2,
@@ -80,7 +80,7 @@ defmodule Pleroma.Web.MastodonAPI.FilterControllerTest do
assert response = json_response_and_validate_schema(conn, 200)
assert response["whole_word"] == false
- # check whole_word false
+ # check whole_word true
%{user: user, conn: conn} = oauth_access(["read:filters"])
query = %Pleroma.Filter{