diff --git a/authority/provisioner/utils_test.go b/authority/provisioner/utils_test.go index c7022f3c..5c078479 100644 --- a/authority/provisioner/utils_test.go +++ b/authority/provisioner/utils_test.go @@ -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),