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
e10f839e
Commit
e10f839e
authored
Nov 17, 2018
by
kaniini
Browse files
tests: federator: fix formatting
parent
dfcfb184
Pipeline
#4549
passed with stages
in 7 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/web/federator_test.exs
View file @
e10f839e
...
...
@@ -73,7 +73,7 @@ test "successfully processes incoming AP docs with correct origin" do
"type"
=>
"Note"
,
"content"
=>
"hi world!"
,
"id"
=>
"http://mastodon.example.org/users/admin/objects/1"
,
"attributedTo"
=>
"http://mastodon.example.org/users/admin"
,
"attributedTo"
=>
"http://mastodon.example.org/users/admin"
},
"to"
=>
[
"https://www.w3.org/ns/activitystreams#Public"
]
}
...
...
@@ -91,7 +91,7 @@ test "rejects incoming AP docs with incorrect origin" do
"type"
=>
"Note"
,
"content"
=>
"hi world!"
,
"id"
=>
"http://mastodon.example.org/users/admin/objects/1"
,
"attributedTo"
=>
"http://mastodon.example.org/users/admin"
,
"attributedTo"
=>
"http://mastodon.example.org/users/admin"
},
"to"
=>
[
"https://www.w3.org/ns/activitystreams#Public"
]
}
...
...
Write
Preview
Markdown
is supported
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