From 37338d90a9e10604ff4ebd0ebe8fb7507c07d0fb Mon Sep 17 00:00:00 2001 From: Glenn Sarti Date: Mon, 15 Jul 2019 10:54:02 +0800 Subject: [PATCH] (PDK-421) Update acceptance tests for EPP Validation Previously in commit ea789ac02797706 the EPP validator was added however the acceptance tests were failing. This commit updates the acceptance test, adding the missing validator name. --- package-testing/spec/package/update_module_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-testing/spec/package/update_module_spec.rb b/package-testing/spec/package/update_module_spec.rb index 571dd2f89..4167a2c3b 100644 --- a/package-testing/spec/package/update_module_spec.rb +++ b/package-testing/spec/package/update_module_spec.rb @@ -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