diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-04-04 16:10:43 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-04-04 16:10:43 +0700 |
commit | cfa6e7289f5cfdb1fce17eb89bc0513ff624480d (patch) | |
tree | c2059728bd9ec6666bd34fbc24b0f5b1f3e9b43c /test/web | |
parent | 3f8be270c6682d14d60ba1071bf32d2ceffd6947 (diff) | |
download | pleroma-cfa6e7289f5cfdb1fce17eb89bc0513ff624480d.tar.gz |
Improve Transmogrifier.upgrade_user_from_ap_id/2
Diffstat (limited to 'test/web')
-rw-r--r-- | test/web/activity_pub/transmogrifier_test.exs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/web/activity_pub/transmogrifier_test.exs b/test/web/activity_pub/transmogrifier_test.exs index 62b973c4f..47cffe257 100644 --- a/test/web/activity_pub/transmogrifier_test.exs +++ b/test/web/activity_pub/transmogrifier_test.exs @@ -1028,9 +1028,6 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do assert user.info.note_count == 1 assert user.follower_address == "https://niu.moe/users/rye/followers" - # Wait for the background task - :timer.sleep(1000) - user = User.get_by_id(user.id) assert user.info.note_count == 1 |