forked from TrueCloudLab/certificates
Add missing config in tests.
This commit is contained in:
parent
27c98806c0
commit
5defd8289d
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ func generateGCP() (*GCP, error) {
|
|||
ServiceAccounts: []string{serviceAccount},
|
||||
Claims: &globalProvisionerClaims,
|
||||
claimer: claimer,
|
||||
config: newGCPConfig(),
|
||||
keyStore: &keyStore{
|
||||
keySet: jose.JSONWebKeySet{Keys: []jose.JSONWebKey{*jwk}},
|
||||
expiry: time.Now().Add(24 * time.Hour),
|
||||
|
|
Loading…
Reference in a new issue