Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Sep 12, 2023
1 parent 7995f72 commit 3608ec4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/test/step.go
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ func hasTimeoutErr(err []error) bool {
}

func validateTestStep(ts *harness.TestStep, baseDir string) error {

// Check if referenced files in Apply exist
for _, apply := range ts.Apply {
path := filepath.Join(baseDir, apply.File)
Expand Down

0 comments on commit 3608ec4

Please sign in to comment.