Skip to content

Commit

Permalink
test(xds): remove known_suffixes from expected
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont committed Jul 29, 2022
1 parent cba5ec7 commit 3cf21aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/xds/envoy/listeners/v3/dns_configurer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ var _ = Describe("DNSConfigurer", func() {
portValue: 53002
serverConfig:
inlineDnsTable:
knownSuffixes:
- safeRegex:
googleRe2: {}
regex: .*
virtualDomains:
- answerTtl: 30s
endpoint:
Expand Down Expand Up @@ -121,10 +117,6 @@ var _ = Describe("DNSConfigurer", func() {
portValue: 53002
serverConfig:
inlineDnsTable:
knownSuffixes:
- safeRegex:
googleRe2: {}
regex: .*
virtualDomains:
- answerTtl: 30s
endpoint:
Expand Down

0 comments on commit 3cf21aa

Please sign in to comment.