diff --git a/test/TestImport.hs b/test/TestImport.hs index a43f863..99b520c 100644 --- a/test/TestImport.hs +++ b/test/TestImport.hs @@ -91,5 +91,6 @@ createUser ident = runDB $ do , userVerificationKey = Nothing , userKeyExpirationDate = Nothing , userTriggerToken = Nothing + , userAltRepoScheme = Nothing } return user