Skip to content

Commit d2bc046

Browse files
committed
MODULES-9083: add unit test
1 parent afbaf1d commit d2bc046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/apache_ssl_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class { 'apache':
5050
ssl_ca => '/tmp/ssl_ca',
5151
ssl_crl_path => '/tmp/ssl_crl_path',
5252
ssl_crl => '/tmp/ssl_crl',
53-
ssl_crl_check => 'chain',
53+
ssl_crl_check => 'chain flag',
5454
ssl_certs_dir => '/tmp',
5555
ssl_protocol => 'test',
5656
ssl_cipher => 'test',
@@ -83,7 +83,7 @@ class { 'apache':
8383
it { is_expected.to contain 'SSLVerifyDepth test' }
8484
it { is_expected.to contain 'SSLOptions test test1' }
8585
if apache_hash['version'] == '2.4'
86-
it { is_expected.to contain 'SSLCARevocationCheck "chain"' }
86+
it { is_expected.to contain 'SSLCARevocationCheck chain flag' }
8787
else
8888
it { is_expected.not_to contain 'SSLCARevocationCheck' }
8989
end

0 commit comments

Comments
 (0)