Skip to content

Commit

Permalink
releng - aws - ec2 tag - fix test (#7743)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt authored and HappyKid117 committed Oct 16, 2022
1 parent 65605bc commit fe36121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ def test_ec2_rename_tag(self):
session_factory=session_factory,
)
resources = policy.run()
self.assertEqual(len(resources), 3)
self.assertEqual(len(resources), 4)

policy = self.load_policy(
{
Expand Down

0 comments on commit fe36121

Please sign in to comment.