diff --git a/test/integration/cloud_event.ts b/test/integration/cloud_event.ts index 9bc9fc9f..a8b04735 100644 --- a/test/integration/cloud_event.ts +++ b/test/integration/cloud_event.ts @@ -336,7 +336,6 @@ describe('CloudEvent Function', () => { .expect(204); }); - it('returns a 500 if the function throws an exception', async () => { functions.cloudEvent('testTypedCloudEvent', () => { throw 'I crashed';