mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-02 06:34:13 +00:00
Add subscription key to one test I forgot about
This commit is contained in:
parent
06cd547fc6
commit
73afd13c21
|
@ -299,7 +299,8 @@ defmodule Pleroma.Web.TwitterAPI.UserViewTest do
|
|||
"fields" => [],
|
||||
"pleroma" => %{
|
||||
"confirmation_pending" => false,
|
||||
"tags" => []
|
||||
"tags" => [],
|
||||
"subscribed" => false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue