[#468] Merged `upstream/develop`, resolved conflicts.
[akkoma] / test / integration / mastodon_websocket_test.exs
index 2e385f5adbacb3070063c9e121f4af439f82b8e8..0c513b6e75feab22454ee2df23a5afbef7d37dae 100644 (file)
@@ -80,7 +80,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
         Pleroma.Repo.insert(
           OAuth.App.register_changeset(%OAuth.App{}, %{
             client_name: "client",
-            scopes: "scope",
+            scopes: ["scope"],
             redirect_uris: "url"
           })
         )