forked from TrueCloudLab/restic
Read TLS client cert and key from the same file
This commit is contained in:
parent
e805b968b1
commit
c34db983d8
9 changed files with 95 additions and 41 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
)
|
||||
|
||||
func newAzureTestSuite(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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue