Skip to content

Commit

Permalink
Fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Jun 25, 2024
1 parent dc789d2 commit f59602f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/fs/posix/testhelpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func NewTestEnv(config map[string]interface{}) (*TestEnv, error) {
"treesize_accounting": true,
"personalspacepath_template": "users/{{.User.Username}}",
"generalspacepath_template": "projects/{{.SpaceId}}",
"watch_fs": true,
}
// make it possible to override single config values
for k, v := range config {
Expand Down

0 comments on commit f59602f

Please sign in to comment.