Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-apigateway/test/test.method.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Niranjan Jayakar <[email protected]>
  • Loading branch information
nirvana124 and Niranjan Jayakar authored Apr 1, 2020
1 parent 3028e2e commit 265d8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigateway/test/test.method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ export = {
test.done();
},

'method do not have a request validator'(test: Test) {
'method does not have a request validator'(test: Test) {
// GIVEN
const stack = new cdk.Stack();
const api = new apigw.RestApi(stack, 'test-api', { deploy: false });
Expand Down

0 comments on commit 265d8c5

Please sign in to comment.