mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Restructre AppSetting and address comments.
This commit is contained in:
+3
-3
@@ -102,9 +102,9 @@ func TestTCPInputSecure(t *testing.T) {
|
||||
quit := make(chan int)
|
||||
|
||||
input := NewTCPInput("127.0.0.1:0", &TCPInputConfig{
|
||||
secure: true,
|
||||
certificatePath: serverCertPemFile.Name(),
|
||||
keyPath: serverPrivPemFile.Name(),
|
||||
Secure: true,
|
||||
CertificatePath: serverCertPemFile.Name(),
|
||||
KeyPath: serverPrivPemFile.Name(),
|
||||
})
|
||||
output := NewTestOutput(func(data []byte) {
|
||||
wg.Done()
|
||||
|
||||
Reference in New Issue
Block a user