Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jul 26, 2019
1 parent b78a1f9 commit 26e5f01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ func testFillInTemplates(t *testing.T, params TemplateParameters) {
for fileName, contents := range manifests {
validationResults, err := kubeval.Validate(contents, fileName)
assert.NoError(t, err)
assert.Len(t, validationResults, 1)
for _, result := range validationResults {
if len(result.Errors) > 0 {
t.Errorf("found problems with manifest %s (Kind %s):\ncontent:\n%s\nerrors: %s",
Expand Down

0 comments on commit 26e5f01

Please sign in to comment.