Skip to content

Commit a89723c

Browse files
committed
Make test not fail anymore
1 parent 2a25c7b commit a89723c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

spec/classes/jira_config_spec.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,10 @@ def self.clear_cache
313313
)
314314
end
315315

316-
it { is_expected.to raise_error(Puppet::Error, %r{Unknown variable: 'oracle_separator'}) }
316+
it do
317+
is_expected.to contain_file(FILENAME_DBCONFIG_XML).
318+
with_content(%r{jdbc:oracle:thin:@localhost:1521/mydatabase})
319+
end
317320
end
318321

319322
context 'postgres params' do

0 commit comments

Comments
 (0)