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
aeb89bec
Commit
aeb89bec
authored
Dec 25, 2018
by
Maxim Filippov
🌚
Browse files
Remove unused test
parent
f75f707f
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/web/mastodon_api/mastodon_api_controller_test.exs
View file @
aeb89bec
...
...
@@ -308,25 +308,6 @@ test "when you didn't create it", %{conn: conn} do
assert
Repo
.
get
(
Activity
,
activity
.
id
)
==
activity
end
# test "404 when making an attempt to get it" do
# activity = insert(:note_activity)
# author = User.get_by_ap_id(activity.data["actor"])
# conn =
# conn
# |> assign(:user, author)
# |> delete("/api/v1/statuses/#{activity.id}")
# assert %{} = json_response(conn, 200)
# conn =
# build_conn()
# |> assign(:user, author)
# |> get("/api/v1/statuses/#{activity.id}")
# assert %{} = json_response(conn, 200)
# end
end
describe
"filters"
do
...
...
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