From e88dd1d48ed6b24e933684545e4fc56ed18b8bdc Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Fri, 29 Sep 2017 15:49:39 -0400 Subject: [PATCH] Fix GCLOUD integration test (#214) --- integrationTest/providers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrationTest/providers.json b/integrationTest/providers.json index 91afe5aa1..2f8b75c81 100644 --- a/integrationTest/providers.json +++ b/integrationTest/providers.json @@ -30,6 +30,7 @@ "knownFailures": "5" }, "GCLOUD": { + "type": "$GCLOUD_TYPE", "client_email": "$GCLOUD_EMAIL", "domain": "$GCLOUD_DOMAIN", "private_key": "$GCLOUD_PRIVATEKEY", @@ -57,4 +58,4 @@ "username": "$SL_USERNAME", "api_key": "$SL_API_KEY" } -} \ No newline at end of file +}