Skip to content

Commit 2ad3da4

Browse files
DenMattruthbk
authored andcommitted
fixing spec error on earlier versions
1 parent 435cd21 commit 2ad3da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/classes/datadog_agent_integrations_disk_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
context 'compile errors for incorrect values' do
2626
let(:params) {{ use_mount: 'heaps' }}
2727
it do
28-
expect { is_expected.to compile }.to raise_error(/Evaluation Error/)
28+
expect { is_expected.to compile }.to raise_error(/error\s+during\s+compilation/)
2929
end
3030
end
3131

0 commit comments

Comments
 (0)