Ice3man543 2021-02-23 18:28:12 +05:30
parent 60d277f36c
commit 3ec3ecdd8a
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ type TemplateInfo struct {
// NewMockExecuterOptions creates a new mock executeroptions struct
func NewMockExecuterOptions(options *types.Options, info *TemplateInfo) *protocols.ExecuterOptions {
progress, _ := progress.NewProgress(false, false, 0)
progress, _ := progress.NewProgress(0, false, false, 0)
executerOpts := &protocols.ExecuterOptions{
TemplateID: info.ID,
TemplateInfo: info.Info,