Skip to content

Commit

Permalink
spec: use servfail.nl instead of dnssec-failed.org for test
Browse files Browse the repository at this point in the history
  • Loading branch information
b4ldr committed Nov 20, 2024
1 parent fde3f36 commit 80c0cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/unbound_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
its(:stdout) { is_expected.to match %r{flags: qr rd ra ad;} }
end

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

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

0 comments on commit 80c0cb3

Please sign in to comment.