Fix typo in test

This commit is contained in:
href 2020-05-12 18:51:10 +02:00
parent e6d8cacf2d
commit 68cca29dcf
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
assert {:ok, _} = start_socket("?stream=user", [{"Sec-WebSocket-Protocol", token.token}])
assert capture_log(fn ->
assert {:error, {401, "Forbidden"}} =
assert {:error, {401, _}} =
start_socket("?stream=user", [{"Sec-WebSocket-Protocol", "I am a friend"}])
Process.sleep(30)