From cc5594d84acf3f87cf9850318e37067acafe3d2e Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Wed, 12 May 2021 07:03:25 +0200 Subject: [PATCH] Fix test --- test/TestImport.hs | 1 + 1 file changed, 1 insertion(+) 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