Browse Source

make test fail everytime

bugfix/non-ap_enabled-direct_follow
Alexander Strizhakov 4 years ago
parent
commit
e0944dee99
No known key found for this signature in database GPG Key ID: 22896A53AEF1381
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      test/web/feed/tag_controller_test.exs

+ 4
- 0
test/web/feed/tag_controller_test.exs View File

@@ -82,6 +82,10 @@ defmodule Pleroma.Web.Feed.TagControllerTest do
end

test "gets a feed (RSS)", %{conn: conn} do
%{microsecond: {micro, _}} = DateTime.utc_now()
micro = (micro / 1000) |> floor()
Process.sleep(950 - micro)

Pleroma.Config.put(
[:feed, :post_title],
%{max_length: 25, omission: "..."}


Loading…
Cancel
Save