X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fuser%2Fnotification_setting_test.exs;h=308da216a3a0fd97f1188751658df31bc2dc34af;hb=9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8;hp=95bca22c41229042337c141e172475429a4ebf98;hpb=9b740cfb23e3bc507207e1971a2a168cdf1d23d3;p=akkoma diff --git a/test/user/notification_setting_test.exs b/test/user/notification_setting_test.exs index 95bca22c4..308da216a 100644 --- a/test/user/notification_setting_test.exs +++ b/test/user/notification_setting_test.exs @@ -8,11 +8,11 @@ defmodule Pleroma.User.NotificationSettingTest do alias Pleroma.User.NotificationSetting describe "changeset/2" do - test "sets valid privacy option" do + test "sets option to hide notification contents" do changeset = NotificationSetting.changeset( %NotificationSetting{}, - %{"privacy_option" => true} + %{"hide_notification_contents" => true} ) assert %Ecto.Changeset{valid?: true} = changeset