forked from AkkomaGang/akkoma
Remove unused test
This commit is contained in:
parent
f75f707f6c
commit
aeb89bece6
1 changed files with 0 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue