Add missing root certificate to test.
This commit is contained in:
parent
0acff1d318
commit
aa63f8f32c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ func getTestProvisioner(t *testing.T, caURL string) *Provisioner {
|
|||
t.Fatal(err)
|
||||
}
|
||||
|
||||
client, err := NewClient(caURL)
|
||||
client, err := NewClient(caURL, WithRootFile("testdata/secrets/root_ca.crt"))
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue