소스 검색

Factory: Set users to be ap_enabled by default.

fix/http_secury_plug
lain 4 년 전
부모
커밋
3bec0d2e50
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      test/support/factory.ex

+ 2
- 1
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
}

%{


불러오는 중...
취소
저장