Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F21967841
subscription_view_test.exs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
768 B
Referenced Files
None
Subscribers
None
subscription_view_test.exs
View Options
# Pleroma: A lightweight social networking server
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule
Pleroma.Web.MastodonAPI.SubscriptionViewTest
do
use
Pleroma.DataCase
import
Pleroma.Factory
alias
Pleroma.Web.MastodonAPI.SubscriptionView
,
as
:
View
alias
Pleroma.Web.Push
test
"Represent a subscription"
do
subscription
=
insert
(
:push_subscription
,
data
:
%{
"alerts"
=>
%{
"mention"
=>
true
}})
expected
=
%{
alerts
:
%{
"mention"
=>
true
},
endpoint
:
subscription
.
endpoint
,
id
:
to_string
(
subscription
.
id
),
server_key
:
Keyword
.
get
(
Push
.
vapid_config
(),
:public_key
)
}
assert
expected
==
View
.
render
(
"show.json"
,
%{
subscription
:
subscription
})
end
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 28, 3:23 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
816149
Default Alt Text
subscription_view_test.exs (768 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment