Skip to content

Commit

Permalink
use responses with new test (rebased)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Apr 6, 2022
1 parent 0e80fa8 commit d1f9222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unittests/sources/test_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ def test_ec2_local_performs_dhcp_on_non_bsd(
)
self.assertIn("Crawl of metadata service took", self.logs.getvalue())

@responses.activate
def test_get_instance_tags(self):
ds = self._setup_ds(
platform_data=self.valid_platform_data,
Expand Down

0 comments on commit d1f9222

Please sign in to comment.