Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Commit 65755ff

Browse files
committed
Use boulder for hostname during ServerSpec testing
1 parent 34705d0 commit 65755ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/default/serverspec/server_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set :backend, :exec
44

5-
describe command('curl http://127.0.0.1:4000/directory') do
5+
describe command('curl http://boulder:4000/directory') do
66
its(:stdout) { should match(%r{"new-cert": "http://127.0.0.1:4000/acme/new-cert"}) }
77
end

0 commit comments

Comments
 (0)