Skip to content
Snippets Groups Projects
Commit ebfc10c8 authored by Karen Konou's avatar Karen Konou
Browse files

Fix streamer test

parent da53c079
No related branches found
No related tags found
No related merge requests found
......@@ -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 ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment