Skip to content

Commit

Permalink
(PDK-421) Update acceptance tests for EPP Validation
Browse files Browse the repository at this point in the history
Previously in commit ea789ac the EPP validator was added however the
acceptance tests were failing.  This commit updates the acceptance test, adding
the missing validator name.
  • Loading branch information
glennsarti committed Jul 15, 2019
1 parent ea789ac commit 37338d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-testing/spec/package/update_module_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
subject { super().stdout.split("\n") }

it 'does not output any unexpected errors' do
is_expected.to all(match(%r{^(?:info|warning|error): (?:puppet-lint|rubocop|task-metadata-lint|task-name)}))
is_expected.to all(match(%r{^(?:info|warning|error): (?:puppet-lint|rubocop|task-metadata-lint|task-name|puppet-epp)}))
end
end
end
Expand Down

0 comments on commit 37338d9

Please sign in to comment.