Skip to content

Commit

Permalink
Fix the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenti committed Aug 23, 2022
1 parent bfa8ca8 commit d2a41db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/node-cache/app/cache_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func TestUpdateCoreFile(t *testing.T) {
}
customConfig := &config.Config{StubDomains: map[string][]string{
"acme.local": {"1.1.1.1"},
"google.local": {"google-public-dns-a.google.com"},
"google.local": {"8.8.8.8"},
"widget.local": {"2.2.2.2:10053", "3.3.3.3"},
},
UpstreamNameservers: []string{"2.2.2.2:10053", "3.3.3.3"},
Expand Down Expand Up @@ -246,7 +246,7 @@ func TestUpdateIPv6CoreFile(t *testing.T) {
}
customConfig := &config.Config{StubDomains: map[string][]string{
"acme.local": {"2001:db8:1:1:1::1"},
"google.local": {"google-public-dns-a.google.com"},
"google.local": {"8.8.8.8"},
"widget.local": {"[2001:db8:2:2:2::2]:10053", "2001:db8:3:3:3::3"},
},
UpstreamNameservers: []string{"[2001:db8:2:2:2::2]:10053", "2001:db8:3:3:3::3"},
Expand Down

0 comments on commit d2a41db

Please sign in to comment.