From: Mark Felder Date: Tue, 17 Nov 2020 21:34:18 +0000 (+0000) Subject: Fix incorrect test description X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d9732fb7d318a7a56f2b82478b13fd5d694eb630;p=akkoma Fix incorrect test description --- diff --git a/test/pleroma/web/mastodon_api/controllers/subscription_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/subscription_controller_test.exs index 9e021a2b6..955cd9912 100644 --- a/test/pleroma/web/mastodon_api/controllers/subscription_controller_test.exs +++ b/test/pleroma/web/mastodon_api/controllers/subscription_controller_test.exs @@ -46,7 +46,7 @@ defmodule Pleroma.Web.MastodonAPI.SubscriptionControllerTest do end describe "creates push subscription" do - test "returns error when push disabled ", %{conn: conn} do + test "does not return unsupported types", %{conn: conn} do assert_error_when_disable_push do conn |> post("/api/v1/push/subscription", %{subscription: @sub})