We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde3f36 commit 80c0cb3Copy full SHA for 80c0cb3
spec/acceptance/unbound_spec.rb
@@ -45,11 +45,11 @@
45
its(:stdout) { is_expected.to match %r{flags: qr rd ra ad;} }
46
end
47
48
- describe command('dig +dnssec SOA dnssec-failed.org @localhost') do
+ describe command('dig +dnssec SOA servfail.nl @localhost') do
49
its(:stdout) { is_expected.to match %r{status: SERVFAIL} }
50
51
52
- describe command('dig +dnssec +cd SOA dnssec-failed.org @localhost') do
+ describe command('dig +dnssec +cd SOA servfail.nl @localhost') do
53
its(:stdout) { is_expected.to match %r{status: NOERROR} }
54
55
0 commit comments