[#2074] OAuth scope checking in Streaming API.
[akkoma] / test / integration / mastodon_websocket_test.exs
index 76fbc8bdab8c5cee2ebc686c9eb70ffaf955b54a..0f2e6cc2b0a1169e84cdb62fc55523133dc0013d 100644 (file)
@@ -78,7 +78,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
         Pleroma.Repo.insert(
           OAuth.App.register_changeset(%OAuth.App{}, %{
             client_name: "client",
-            scopes: ["scope"],
+            scopes: ["read"],
             redirect_uris: "url"
           })
         )