forked from AkkomaGang/akkoma
fix test
This commit is contained in:
parent
bcffa662dc
commit
be926863a8
2 changed files with 1 additions and 2 deletions
|
@ -101,7 +101,7 @@ test "gets a feed (RSS)", %{conn: conn} do
|
|||
|
||||
response =
|
||||
conn
|
||||
|> put_req_header("content-type", "application/atom+xml")
|
||||
|> put_req_header("content-type", "application/rss+xml")
|
||||
|> get(tag_feed_path(conn, :feed, "pleromaart.rss"))
|
||||
|> response(200)
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ defmodule Pleroma.Web.MastodonAPI.SuggestionControllerTest do
|
|||
|
||||
alias Pleroma.Config
|
||||
|
||||
import ExUnit.CaptureLog
|
||||
import Pleroma.Factory
|
||||
import Tesla.Mock
|
||||
|
||||
|
|
Loading…
Reference in a new issue