nolint contextcheck in NewTester

This commit is contained in:
Tim Möhlmann 2023-04-26 20:49:33 +03:00
parent 03789d43e5
commit 596900aba6

View File

@ -95,6 +95,7 @@ func NewTester(ctx context.Context) *Tester {
args := strings.Split(commandLine, " ")
sc := make(chan *start.Server)
//nolint:contextcheck
cmd := cmd.New(os.Stdout, os.Stdin, args, sc)
cmd.SetArgs(args)
err := viper.MergeConfig(bytes.NewBuffer(zitadelYAML))