From b441e8dc3cf0e074adf6220e6f5836ea1d9c5678 Mon Sep 17 00:00:00 2001 From: bakito Date: Fri, 20 Dec 2024 22:59:06 +0100 Subject: [PATCH] add builtin mode to test --- internal/cmd/keepassxctemplatefuncs_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/cmd/keepassxctemplatefuncs_test.go b/internal/cmd/keepassxctemplatefuncs_test.go index cc7aa163065..4af8fb02c65 100644 --- a/internal/cmd/keepassxctemplatefuncs_test.go +++ b/internal/cmd/keepassxctemplatefuncs_test.go @@ -117,6 +117,7 @@ func TestKeepassxcTemplateFuncs(t *testing.T) { for _, mode := range []keepassxcMode{ keepassxcModeCachePassword, keepassxcModeOpen, + keepassxcModeBuiltin, } { t.Run(string(mode), func(t *testing.T) { t.Run("correct_password", func(t *testing.T) {