Skip to content

Commit

Permalink
Test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdljohnson committed May 6, 2024
1 parent 01803c0 commit 383cd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def test_get_support_region(self):
mock_manager.config.region = "cn-north-1"
res = utils.get_support_region(mock_manager)
self.assertEqual("cn-north-1", res)

def test_get_resource_tagging_region(self):

resource_type = query.TypeInfo()
Expand Down

0 comments on commit 383cd64

Please sign in to comment.