We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba70f09 commit aaf06f4Copy full SHA for aaf06f4
1 file changed
e2e/harness/fixture.go
@@ -67,7 +67,7 @@ func (f *SharedFixture) Teardown() error {
67
errs = append(errs, fmt.Sprintf("remove fixture config home %s: %v", f.configHome, err))
68
}
69
if len(errs) > 0 {
70
- return fmt.Errorf(strings.Join(errs, "\n"))
+ return fmt.Errorf("%s", strings.Join(errs, "\n"))
71
72
return nil
73
0 commit comments