Clarify websocket token precedence test

This commit is contained in:
Lain Soykaf 2026-05-11 22:19:06 +04:00
commit 8a56cf5c0f
No known key found for this signature in database

View file

@ -279,7 +279,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
end) end)
end end
test "accepts Phoenix 1.8 sec-websocket headers connect info before query params", %{ test "prefers sec-websocket-protocol token over query access_token", %{
token: token, token: token,
user: user user: user
} do } do