Skip to content

Commit

Permalink
get back to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Jul 2, 2024
1 parent a5d19c9 commit 78363dc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/consul-dataplane/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ func TestConfigGeneration(t *testing.T) {
opts.dataplaneConfig.DNSServer.BindAddr = strReference("127.0.0.2")
opts.dataplaneConfig.XDSServer.BindPort = intReference(6060)
opts.dataplaneConfig.Envoy.DumpEnvoyConfigOnExitEnabled = boolReference(true)

return opts, nil
},
makeExpectedCfg: func(flagOpts *FlagOpts) *consuldp.Config {
Expand Down Expand Up @@ -743,16 +742,9 @@ func TestConfigGeneration(t *testing.T) {
"partition": "default"
},
"envoy": {
"enabled": false,
"adminBindAddress": "127.0.0.1",
"adminBindPort": 19000
},
"xdsServer": {
"enabled": false
},
"dnsServer": {
"enabled": false
},
"logging": {
"logLevel": "warn",
"logJSON": true
Expand Down

0 comments on commit 78363dc

Please sign in to comment.