Fix streamer test
This commit is contained in:
parent
da53c079db
commit
ebfc10c834
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ test "it doesn't send muted reblogs" do
|
|||
user1 = insert(:user)
|
||||
user2 = insert(:user)
|
||||
user3 = insert(:user)
|
||||
CommonAPI.hide_reblogs(user1, user2.ap_id)
|
||||
CommonAPI.hide_reblogs(user1, user2)
|
||||
|
||||
task =
|
||||
Task.async(fn ->
|
||||
|
|
Loading…
Reference in a new issue