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
096e1218
Commit
096e1218
authored
Jan 05, 2019
by
scarlett
Browse files
Remove redundant comma.
parent
6556be34
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/web/twitter_api/views/activity_view_test.exs
View file @
096e1218
...
...
@@ -80,7 +80,7 @@ test "a create activity with a note" do
"text"
=>
"Hey @shp!"
,
"uri"
=>
activity
.
data
[
"object"
][
"id"
],
"user"
=>
UserView
.
render
(
"show.json"
,
%{
user:
user
}),
"visibility"
=>
"direct"
,
"visibility"
=>
"direct"
}
assert
result
==
expected
...
...
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