forked from AkkomaGang/akkoma
test: fix scrobble controller tests
This commit is contained in:
parent
e653edd182
commit
211008ae2f
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ test "works correctly", %{conn: conn} do
|
|||
end
|
||||
end
|
||||
|
||||
describe "GET /api/v1/pleroma/accounts/:id/now-playing" do
|
||||
describe "GET /api/v1/pleroma/accounts/:id/scrobbles" do
|
||||
test "works correctly", %{conn: conn} do
|
||||
user = insert(:user)
|
||||
|
||||
|
@ -53,7 +53,7 @@ test "works correctly", %{conn: conn} do
|
|||
|
||||
conn =
|
||||
conn
|
||||
|> get("/api/v1/pleroma/accounts/#{user.id}/now-playing")
|
||||
|> get("/api/v1/pleroma/accounts/#{user.id}/scrobbles")
|
||||
|
||||
result = json_response(conn, 200)
|
||||
|
||||
|
|
Loading…
Reference in a new issue