diff options
Diffstat (limited to 'internal/config/config_test.go')
| -rw-r--r-- | internal/config/config_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/config/config_test.go b/internal/config/config_test.go index 7ffcc68..eac7340 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -296,8 +296,8 @@ func TestLoad_backendDefaults(t *testing.T) { cfg := Load() cases := []struct{ name, got, want string }{ - {"Backend", cfg.Backend, "geheim"}, - {"KDBXPath", cfg.KDBXPath, filepath.Join(dir, "Documents", "Keepass", "master")}, + {"Backend", cfg.Backend, "keepass"}, + {"KDBXPath", cfg.KDBXPath, filepath.Join(dir, "Documents", "Keepass", "master.kdbx")}, {"KDBXKeyFile", cfg.KDBXKeyFile, ""}, {"KDBXPassFile", cfg.KDBXPassFile, filepath.Join(dir, ".master.pass")}, } |
