Skip to content

Commit 80c0cb3

Browse files
committed
spec: use servfail.nl instead of dnssec-failed.org for test
1 parent fde3f36 commit 80c0cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/unbound_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
its(:stdout) { is_expected.to match %r{flags: qr rd ra ad;} }
4646
end
4747

48-
describe command('dig +dnssec SOA dnssec-failed.org @localhost') do
48+
describe command('dig +dnssec SOA servfail.nl @localhost') do
4949
its(:stdout) { is_expected.to match %r{status: SERVFAIL} }
5050
end
5151

52-
describe command('dig +dnssec +cd SOA dnssec-failed.org @localhost') do
52+
describe command('dig +dnssec +cd SOA servfail.nl @localhost') do
5353
its(:stdout) { is_expected.to match %r{status: NOERROR} }
5454
end
5555
end

0 commit comments

Comments
 (0)