diff options
| author | Alex Gleason <alex@alexgleason.me> | 2022-01-22 18:32:34 +0000 | 
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2022-01-22 18:32:34 +0000 | 
| commit | 78c6aeee1b01a6b379de821d05d9f1e6a48b52f4 (patch) | |
| tree | f8740741b55ae9a026bbaf836adbcb146b80ad8d /test | |
| parent | 6ffe43af70cf69b4bfe1fff778685e907b5ef988 (diff) | |
| parent | f5d4ef50b4d86c33af924c44cfcb2d72202476d9 (diff) | |
| download | pleroma-78c6aeee1b01a6b379de821d05d9f1e6a48b52f4.tar.gz pleroma-78c6aeee1b01a6b379de821d05d9f1e6a48b52f4.zip  | |
Merge branch 'erratic-filter-test' into 'develop'
FilterTest: tag erratic test
See merge request pleroma/pleroma!3613
Diffstat (limited to '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 98ab9e717..4f71b40d1 100644 --- a/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs +++ b/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs @@ -49,6 +49,7 @@ defmodule Pleroma.Web.MastodonAPI.FilterControllerTest do        assert filter.hide == true      end +    @tag :erratic      test "a filter with expires_in", %{conn: conn, user: user} do        in_seconds = 600  | 
