From 09cade2d66f6e50e77e1de70ebb6cc7cd53842ee Mon Sep 17 00:00:00 2001 From: Matthew Robertson Date: Thu, 12 Dec 2024 01:49:55 +0000 Subject: [PATCH] chore: fix lint --- test/integration/cloud_event.ts | 1 - 1 file changed, 1 deletion(-) 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';