mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-11 09:45:25 +00:00
Add subscription key to one test I forgot about
This commit is contained in:
parent
06cd547fc6
commit
73afd13c21
1 changed files with 2 additions and 1 deletions
|
@ -299,7 +299,8 @@ defmodule Pleroma.Web.TwitterAPI.UserViewTest do
|
||||||
"fields" => [],
|
"fields" => [],
|
||||||
"pleroma" => %{
|
"pleroma" => %{
|
||||||
"confirmation_pending" => false,
|
"confirmation_pending" => false,
|
||||||
"tags" => []
|
"tags" => [],
|
||||||
|
"subscribed" => false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue