API compatibility with fedibird, frontend config (#163)
[akkoma] / test / pleroma / integration / mastodon_websocket_test.exs
index 43ec57893c256f76986c00397f74cd3e88d2be03..356bfa48df480934ea6d60ac34f2e79fb3a2a5dc 100644 (file)
@@ -31,9 +31,9 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
     WebsocketClient.start_link(self(), path, headers)
   end
 
-  test "refuses invalid requests" do
+  test "allows multi-streams" do
     capture_log(fn ->
-      assert {:error, {404, _}} = start_socket()
+      assert {:ok, _} = start_socket()
       assert {:error, {404, _}} = start_socket("?stream=ncjdk")
       Process.sleep(30)
     end)