This commit is contained in:
Niko Abeler 2024-05-18 20:31:50 +02:00
parent 1b347bcdac
commit f958fa36fd
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ def test_following(client, inbox_url, followers_url, actor_url):
def test_unfollow(client, inbox_url, followers_url, actor_url):
ensure_follow(client, inbox_url, actor_url)
sleep(0.5)
with msg_inc(1):
req = sign(
"POST",