Read TLS client cert and key from the same file

This commit is contained in:
Alexander Neumann 2018-01-27 13:57:43 +01:00
parent e805b968b1
commit c34db983d8
9 changed files with 95 additions and 41 deletions

View file

@ -16,7 +16,7 @@ import (
)
func newSwiftTestSuite(t testing.TB) *test.Suite {
tr, err := backend.Transport(nil, "", "")
tr, err := backend.Transport(backend.TransportOptions{})
if err != nil {
t.Fatalf("cannot create transport for tests: %v", err)
}