Skip to content

Commit

Permalink
Run Formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
  • Loading branch information
mahadzaryab1 committed Sep 27, 2024
1 parent fd54aa6 commit 4cbb74d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cmd/query/app/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ var testCases = []struct {
Config: configtls.Config{
CAFile: testCertKeyLocation + "/example-CA-cert.pem",
CertFile: testCertKeyLocation + "/example-client-cert.pem",
KeyFile: testCertKeyLocation + "/example-client-key.pem"},
KeyFile: testCertKeyLocation + "/example-client-key.pem",
},
},
expectError: false,
expectServerFail: false,
Expand All @@ -258,7 +259,8 @@ var testCases = []struct {
Config: configtls.Config{
CAFile: testCertKeyLocation + "/example-CA-cert.pem",
CertFile: testCertKeyLocation + "/example-client-cert.pem",
KeyFile: testCertKeyLocation + "/example-client-key.pem"},
KeyFile: testCertKeyLocation + "/example-client-key.pem",
},
},
expectError: false,
expectServerFail: false,
Expand All @@ -281,7 +283,8 @@ var testCases = []struct {
Config: configtls.Config{
CAFile: testCertKeyLocation + "/example-CA-cert.pem",
CertFile: testCertKeyLocation + "/example-client-cert.pem",
KeyFile: testCertKeyLocation + "/example-client-key.pem"},
KeyFile: testCertKeyLocation + "/example-client-key.pem",
},
},
expectError: false,
expectServerFail: false,
Expand All @@ -304,7 +307,8 @@ var testCases = []struct {
Config: configtls.Config{
CAFile: testCertKeyLocation + "/example-CA-cert.pem",
CertFile: testCertKeyLocation + "/example-client-cert.pem",
KeyFile: testCertKeyLocation + "/example-client-key.pem"},
KeyFile: testCertKeyLocation + "/example-client-key.pem",
},
},
expectError: false,
expectServerFail: false,
Expand Down

0 comments on commit 4cbb74d

Please sign in to comment.