ICU-18284-testcase param removed (#6310)

pull/6311/head
Abhishek Manjegowda 5 months ago committed by GitHub
parent c4dc2a43cc
commit f56158b7df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,7 +12,6 @@
package server
import (
"crypto/rand"
"crypto/tls"
"crypto/x509"
"fmt"
@ -93,9 +92,9 @@ func TestServer_ReloadListener(t *testing.T) {
td := t.TempDir()
controllerKey := config.DevKeyGeneration(config.WithRandomReader(rand.Reader))
workerAuthKey := config.DevKeyGeneration(config.WithRandomReader(rand.Reader))
recoveryKey := config.DevKeyGeneration(config.WithRandomReader(rand.Reader))
controllerKey := config.DevKeyGeneration()
workerAuthKey := config.DevKeyGeneration()
recoveryKey := config.DevKeyGeneration()
cmd := testServerCommand(t, testServerCommandOpts{
CreateDevDatabase: true,

Loading…
Cancel
Save