mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
cleanup unused code and fix t.Fatal usage in goroutine in testing (#11694)
This commit is contained in:
@@ -1618,10 +1618,10 @@ func TestAgent_Cache_Retry(t *testing.T) {
|
||||
t.Run(tcname, func(t *testing.T) {
|
||||
h.failCount = 2
|
||||
|
||||
cacheConfig := fmt.Sprintf(`
|
||||
cacheConfig := `
|
||||
cache {
|
||||
}
|
||||
`)
|
||||
`
|
||||
listenAddr := "127.0.0.1:18123"
|
||||
listenConfig := fmt.Sprintf(`
|
||||
listener "tcp" {
|
||||
|
||||
Reference in New Issue
Block a user