diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-12-19 12:16:33 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-12-19 12:16:33 -0600 |
commit | 50638525db6bf7d59c4a5820848c9f6773cc49e1 (patch) | |
tree | 6d94f34ddd482d57178107076a7e2f44698a3e43 /test/web/twitter_api/util_controller_test.exs | |
parent | df469b4468168cf072e73df73e0fdde2bbab1da5 (diff) | |
parent | 38ad407395e838ddf1c11922806adc080af44d36 (diff) | |
download | pleroma-50638525db6bf7d59c4a5820848c9f6773cc49e1.tar.gz pleroma-50638525db6bf7d59c4a5820848c9f6773cc49e1.zip |
Merge branch 'develop' into config/benchmark
Diffstat (limited to 'test/web/twitter_api/util_controller_test.exs')
-rw-r--r-- | test/web/twitter_api/util_controller_test.exs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/web/twitter_api/util_controller_test.exs b/test/web/twitter_api/util_controller_test.exs index 734cd2211..43299e147 100644 --- a/test/web/twitter_api/util_controller_test.exs +++ b/test/web/twitter_api/util_controller_test.exs @@ -898,8 +898,6 @@ defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do |> post("/api/pleroma/delete_account", %{"password" => "test"}) assert json_response(conn, 200) == %{"status" => "success"} - # Wait a second for the started task to end - :timer.sleep(1000) end end end |