From 9ba0e27ba2208ef835538f6fecc092aab85411ea Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 31 Oct 2019 16:58:30 +0100 Subject: [PATCH] fix(tests): i18n changes --- test/TestImport.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestImport.hs b/test/TestImport.hs index 46abcbe9a..3b1280e33 100644 --- a/test/TestImport.hs +++ b/test/TestImport.hs @@ -108,7 +108,7 @@ authenticateAs (Entity _ User{..}) = do request $ do setMethod "POST" addToken_ "#login--dummy" - byLabelExact "Nutzer-Kennung" $ CI.original userIdent + byLabelExact "Identifikation" $ CI.original userIdent setUrl $ AuthR $ PluginR "dummy" [] -- | Create a user. The dummy email entry helps to confirm that foreign-key