From d53c80d4564ef19ea182d1cf5553c1906f08497a Mon Sep 17 00:00:00 2001 From: Piotr Grzesik Date: Tue, 10 Aug 2021 20:15:03 +0200 Subject: [PATCH] test(AWS API Gateway): Fix integration test for API Gateway --- test/fixtures/programmatic/apiGatewayExtended/serverless.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/fixtures/programmatic/apiGatewayExtended/serverless.yml b/test/fixtures/programmatic/apiGatewayExtended/serverless.yml index 644130f89..11638aefa 100644 --- a/test/fixtures/programmatic/apiGatewayExtended/serverless.yml +++ b/test/fixtures/programmatic/apiGatewayExtended/serverless.yml @@ -54,7 +54,9 @@ functions: - http: path: custom-auth method: GET - authorizer: authorizer + authorizer: + name: authorizer + identitySource: null apiKeys: handler: core.apiKeys events: