update create def by vars
All checks were successful
Go Action / goaction (pull_request) Successful in 1m19s

This commit is contained in:
2026-01-03 17:30:34 +03:00
parent a52e470906
commit 23de85f8a1

View File

@@ -99,7 +99,7 @@ func testVariables(t *testing.T) config.Variables {
),
)
return config.NewVars(def)
return config.NewVars(def.Options()...)
}
type Duration struct {