mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-03 14:53:52 +00:00
Improve godocs and testcase naming
This commit is contained in:
committed by
Hannes Hörl
parent
64f13c265c
commit
b85d760011
@@ -56,7 +56,7 @@ func createTestServer(t *testing.T, caCertPath, serverCertPath, serverKeyPath st
|
||||
return server
|
||||
}
|
||||
|
||||
func TestSomething(t *testing.T) {
|
||||
func TestWithValidCaCert(t *testing.T) {
|
||||
caCertPath := "fixtures/ca.pem"
|
||||
serverCertPath := "fixtures/server.pem"
|
||||
serverKeyPath := "fixtures/server.key"
|
||||
|
||||
Reference in New Issue
Block a user