Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Jul 4, 2022
1 parent a0f107f commit 1f8cf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_convert_zonefile_to_cloudformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def setUp(self) -> None:
self.zone = easyzone.zone_from_file("asample.org", filename.name)

def test_something(self):
template = convert_to_cloudformation(self.zone)
template = convert_to_cloudformation(self.zone, 300)
self.assertEqual("2010-09-09", template.get("AWSTemplateFormatVersion"))
resources = template.get("Resources", {})
self.assertTrue(resources, "Resources section exists")
Expand Down

0 comments on commit 1f8cf22

Please sign in to comment.