Skip to content

Commit 4ed59a7

Browse files
nirvana124Niranjan Jayakar
and
Niranjan Jayakar
authored
Update packages/@aws-cdk/aws-apigateway/test/test.method.ts
Co-Authored-By: Niranjan Jayakar <nija@amazon.com>
1 parent 33cd0ec commit 4ed59a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-apigateway/test/test.method.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ export = {
853853
test.done();
854854
},
855855

856-
'method do not support both request validator and request validator options'(test: Test) {
856+
'method does not support both request validator and request validator options'(test: Test) {
857857
// GIVEN
858858
const stack = new cdk.Stack();
859859
const api = new apigw.RestApi(stack, 'test-api', { deploy: false });

0 commit comments

Comments
 (0)