Browse Source

Update agent/proxycfg_test.go

Co-authored-by: Matt Keeler <mkeeler@users.noreply.github.com>
pull/16497/head
R.B. Boyer 2 years ago committed by GitHub
parent
commit
48f93514de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      agent/proxycfg_test.go

15
agent/proxycfg_test.go

@ -122,21 +122,6 @@ func TestAgent_local_proxycfg(t *testing.T) {
}
}
/*
// Register a global proxy and service config
testApplyConfigEntries(t, a,
&structs.ProxyConfigEntry{
Config: map[string]interface{}{
"foo": 1,
},
},
&structs.ServiceConfigEntry{
Kind: structs.ServiceDefaults,
Name: "redis",
Protocol: "tcp",
},
)
*/
}

Loading…
Cancel
Save