mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Use ns1.example.com, not ns1.otherdomain.tld, in integration tests
This commit is contained in:
committed by
Tom Limoncelli
parent
2c0361b0d5
commit
35e37ff91f
@@ -181,7 +181,7 @@ func TestDualProviders(t *testing.T) {
|
||||
run()
|
||||
// add bogus nameservers
|
||||
dc.Records = []*models.RecordConfig{}
|
||||
dc.Nameservers = append(dc.Nameservers, models.StringsToNameservers([]string{"ns1.otherdomain.tld", "ns2.otherdomain.tld"})...)
|
||||
dc.Nameservers = append(dc.Nameservers, models.StringsToNameservers([]string{"ns1.example.com", "ns2.example.com"})...)
|
||||
nameservers.AddNSRecords(dc)
|
||||
t.Log("Adding nameservers from another provider")
|
||||
run()
|
||||
|
||||
Reference in New Issue
Block a user