Skip to content

Commit

Permalink
chore(tests): Removes API Event from Inline Integ Test (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
awood45 authored and jfuss committed Dec 17, 2019
1 parent e3c2a43 commit 2744c3c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/integration/testdata/package/aws-serverless-inline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ Resources:
return {'body': 'Hello World 2!', 'statusCode': 200}
Handler: index.handler
Runtime: python3.7
Events:
Api:
Type: Api
Properties:
Path: /
Method: get

0 comments on commit 2744c3c

Please sign in to comment.