Skip to content

Commit

Permalink
Clean up lambda-testevents-schema for remote test events integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnasit committed Oct 3, 2023
1 parent 1fdd2f9 commit 72ee2c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def tearDownClass(cls):
cls.delete_all_test_events()
# Delete the deployed stack
cls.cfn_client.delete_stack(StackName=cls.stack_name)
cls.schemas_client.delete_registry(RegistryName=LAMBDA_TEST_EVENT_REGISTRY)

@classmethod
def create_resources_and_boto_clients(cls):
Expand Down

0 comments on commit 72ee2c7

Please sign in to comment.