projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c970a9
)
Factory: Set users to be ap_enabled by default.
author
lain
<lain@soykaf.club>
Mon, 25 May 2020 10:59:42 +0000
(12:59 +0200)
committer
lain
<lain@soykaf.club>
Mon, 25 May 2020 10:59:42 +0000
(12:59 +0200)
test/support/factory.ex
patch
|
blob
|
history
diff --git
a/test/support/factory.ex
b/test/support/factory.ex
index d4284831c0a34ce33d3bfe026f00fc53fa7a80b9..6e3676aca302bd1a6542810e4782aac48d2e2215 100644
(file)
--- a/
test/support/factory.ex
+++ b/
test/support/factory.ex
@@
-34,7
+34,8
@@
defmodule Pleroma.Factory do
last_digest_emailed_at: NaiveDateTime.utc_now(),
last_refreshed_at: NaiveDateTime.utc_now(),
notification_settings: %Pleroma.User.NotificationSetting{},
- multi_factor_authentication_settings: %Pleroma.MFA.Settings{}
+ multi_factor_authentication_settings: %Pleroma.MFA.Settings{},
+ ap_enabled: true
}
%{