diff --git a/test/Database/Fill.hs b/test/Database/Fill.hs index 8e3905fd4..c2334314b 100644 --- a/test/Database/Fill.hs +++ b/test/Database/Fill.hs @@ -279,6 +279,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def , userSex = Just SexNotApplicable , userBirthday = Just $ n_day 3 @@ -569,6 +571,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def , userSex = Nothing , userBirthday = Nothing