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', }); });