fix test
This commit is contained in:
parent
1b347bcdac
commit
f958fa36fd
|
@ -57,6 +57,7 @@ def test_following(client, inbox_url, followers_url, actor_url):
|
||||||
|
|
||||||
def test_unfollow(client, inbox_url, followers_url, actor_url):
|
def test_unfollow(client, inbox_url, followers_url, actor_url):
|
||||||
ensure_follow(client, inbox_url, actor_url)
|
ensure_follow(client, inbox_url, actor_url)
|
||||||
|
sleep(0.5)
|
||||||
with msg_inc(1):
|
with msg_inc(1):
|
||||||
req = sign(
|
req = sign(
|
||||||
"POST",
|
"POST",
|
||||||
|
|
Loading…
Reference in New Issue