Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
ebfc10c8
Commit
ebfc10c8
authored
Mar 15, 2019
by
Karen Konou
Browse files
Fix streamer test
parent
da53c079
Pipeline
#9013
failed with stages
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/web/streamer_test.exs
View file @
ebfc10c8
...
...
@@ -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
->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment