Skip to content

Commit

Permalink
Merge pull request #277 from instrumenta/testfix
Browse files Browse the repository at this point in the history
test: fix test from #262
  • Loading branch information
carlossg committed Mar 29, 2021
2 parents c9ced79 + a502001 commit 49140f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions kubeval/output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,12 @@ not ok 2 - service.yaml (Service) - error: i am another error
vr: ValidationResult{
FileName: "deployment.yaml",
Kind: "Deployment",
ValidatedAgainstSchema: true,
ValidatedAgainstSchema: false,
Errors: nil,
},
},
exp: `1..2
ok 1 - validate.yaml (Validation) # SKIP
ok 2 - deployment.yaml (Deployment)
exp: `1..1
ok 1 - deployment.yaml (Deployment) # SKIP
`,
},
}
Expand Down

0 comments on commit 49140f2

Please sign in to comment.