Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hfm committed Dec 8, 2018
1 parent ab92cfe commit ca09045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class { '::stns::client':
its(:content) { is_expected.to match %r{^chain_ssh_wrapper = "/usr/libexec/openssh/ssh-ldap-wrapper"$} }
its(:content) { is_expected.to match %r{^query_wrapper = "/usr/local/bin/stns-query-wrapper"$} }
its(:content) { is_expected.to match %r{^ssl_verify = true$} }
its(:content) { is_expected.to match %r{^http_proxy = "http://proxy.example.jp:1104"$} }
its(:content) { is_expected.to match %r{^http_proxy = "http://proxy.example.com:1104"$} }
its(:content) { is_expected.to match %r{^uid_shift = 0$} }
its(:content) { is_expected.to match %r{^gid_shift = 0$} }
its(:content) { is_expected.to match %r{^request_timeout = 3$} }
Expand Down

0 comments on commit ca09045

Please sign in to comment.