From af09e028013064b0e15c9dfb25601f1bcece6618 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 30 Jan 2024 13:52:33 +0100 Subject: [PATCH] chore(lms): add missing user fields for fake user --- src/Handler/LMS/Fake.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Handler/LMS/Fake.hs b/src/Handler/LMS/Fake.hs index cd7392760..6276f07bc 100644 --- a/src/Handler/LMS/Fake.hs +++ b/src/Handler/LMS/Fake.hs @@ -92,6 +92,8 @@ fakeQualificationUsers (Entity qid Qualification{qualificationRefreshWithin}) (u userCreated = now userLastLdapSynchronisation = Nothing userLdapPrimaryKey = Nothing + userLastAzureSynchronisation = Nothing + userAzurePrimaryKey = Nothing userTokensIssuedAfter = Nothing userFirstName = Text.unwords firstNames userTitle = Nothing