Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7889408
notification_setting_test.exs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
556 B
Referenced Files
None
Subscribers
None
notification_setting_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.User.NotificationSettingTest
do
use
Pleroma.DataCase
alias
Pleroma.User.NotificationSetting
describe
"changeset/2"
do
test
"sets valid privacy option"
do
changeset
=
NotificationSetting
.
changeset
(
%
NotificationSetting
{},
%{
"privacy_option"
=>
true
}
)
assert
%
Ecto.Changeset
{
valid?
:
true
}
=
changeset
end
end
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 2, 2:30 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
486954
Default Alt Text
notification_setting_test.exs (556 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment