From 7c5b7b0f0132cd222d5c5d7bee6d23af68e3a47b Mon Sep 17 00:00:00 2001 From: Keir Badger Date: Mon, 29 Apr 2019 15:48:22 +0100 Subject: [PATCH] Fix tests --- test/test_lambda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_lambda.py b/test/test_lambda.py index 127661c..8bd7a66 100644 --- a/test/test_lambda.py +++ b/test/test_lambda.py @@ -19,7 +19,7 @@ def test_all_resources_to_be_created(self): 'test/infra' ]).decode('utf-8') assert dedent(""" - Plan: 3 to add, 0 to change, 0 to destroy. + Plan: 4 to add, 0 to change, 0 to destroy. """).strip() in output def test_create_lambda(self):