Skip to content

Commit

Permalink
typo: reqion->region
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws committed Sep 14, 2018
1 parent f2c755b commit a691a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_providers_kms_master_key_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

def test_init_with_regionless_key_ids_and_region_names():
key_ids = ("alias/key_1",)
region_names = ("test-reqion-1",)
region_names = ("test-region-1",)
provider = KMSMasterKeyProvider(region_names=region_names, key_ids=key_ids)
assert provider.master_key("alias/key_1").config.client.meta.region_name == region_names[0]

Expand Down

0 comments on commit a691a3c

Please sign in to comment.