diff options
author | Alex Gleason <alex@alexgleason.me> | 2022-02-02 13:10:39 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2022-02-02 13:10:39 -0600 |
commit | 7c044a1841810d0b9ceef5dc9813c14d49699ee4 (patch) | |
tree | 136a851ed2b96a084f24f0c0da655f03ba20e833 | |
parent | d1cc9e4eaf7d361d9033aa4d823a8b9682d184ea (diff) | |
download | pleroma-7c044a1841810d0b9ceef5dc9813c14d49699ee4.tar.gz |
FilterControllerTest: tag erratic test
-rw-r--r-- | test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs index 5ed1f34b7..d8fc2400b 100644 --- a/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs +++ b/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs @@ -177,6 +177,7 @@ defmodule Pleroma.Web.MastodonAPI.FilterControllerTest do assert response["whole_word"] == true end + @tag :erratic test "with adding expires_at", %{conn: conn, user: user} do filter = insert(:filter, user: user) in_seconds = 600 |