set backend to disk in tests

This commit is contained in:
Willy Kloucek
2021-10-27 14:14:18 +02:00
parent ef406c8baa
commit f45254bb5d
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -542,6 +542,7 @@ func init() {
DemoUsersAndGroups: true,
},
Repo: accountsCfg.Repo{
Backend: "disk",
Disk: accountsCfg.Disk{
Path: dataPath,
},