update mastofe paths (#95)
[akkoma] / test / pleroma / web / shout_channel_test.exs
index a266543d26ddbc3a9f92d4e11ba530550da548b8..5c86efe9f0cab6718a727244a91d5c1bf818752b 100644 (file)
@@ -14,7 +14,7 @@ defmodule Pleroma.Web.ShoutChannelTest do
 
     {:ok, _, socket} =
       socket(UserSocket, "", %{user_name: user.nickname})
-      |> subscribe_and_join(ShoutChannel, "shout:public")
+      |> subscribe_and_join(ShoutChannel, "chat:public")
 
     {:ok, socket: socket}
   end