From 18f4301d3baea0e46dd952a9e77217ce8d035f22 Mon Sep 17 00:00:00 2001 From: Martina Iglesias Fernandez Date: Fri, 19 Mar 2021 18:13:52 +0100 Subject: [PATCH] Fix googleGcs integration test Signed-off-by: Martina Iglesias Fernandez --- packages/integration/src/googleGcs/config.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration/src/googleGcs/config.test.ts b/packages/integration/src/googleGcs/config.test.ts index f688df4071..a924e953b9 100644 --- a/packages/integration/src/googleGcs/config.test.ts +++ b/packages/integration/src/googleGcs/config.test.ts @@ -34,7 +34,7 @@ describe('readGoogleGcsIntegrationConfig', () => { ); expect(output).toEqual({ privateKey: 'fake-key', - token: 'someone@example.com', + clientEmail: 'someone@example.com', }); });