Skip to content

Commit

Permalink
two more test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bdljohnson committed May 6, 2024
1 parent 383cd64 commit 56bb9f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,10 @@ def test_get_resource_tagging_region(self):
'cn-north-1'), 'cn-north-1')
self.assertEqual(utils.get_resource_tagging_region(resource_type,
'us-iso-east-1'), 'us-iso-east-1')
self.assertEqual(utils.get_resource_tagging_region(resource_type,
'ap-southeast-1'), 'us-east-1')
self.assertEqual(utils.get_resource_tagging_region(resource_type,
'eu-west-1'), 'us-east-1')

def test_get_eni_resource_type(self):
self.assertEqual(
Expand Down

0 comments on commit 56bb9f3

Please sign in to comment.