moto/tests/test_kms
Kai Xia(夏恺) 9e1a233549 fix KeyError in delete_alias in the KmsBackend. (#1359)
* fix KeyError in delete_alias in the KmsBackend.

If there're several aliases in the backend, previously we will bump into
a KeyError here.

Signed-off-by: Kai Xia <xiaket@gmail.com>

* add doc to make travis try one more time.

Signed-off-by: Kai Xia <xiaket@gmail.com>
a

* add another key and alias before the deletion of an alias.

This was done to make sure that we can correctly handle the deletion
when there are more than one alias defined.

Signed-off-by: Kai Xia <xiaket@gmail.com>
2017-11-27 10:36:25 +00:00
..
test_kms.py fix KeyError in delete_alias in the KmsBackend. (#1359) 2017-11-27 10:36:25 +00:00
test_server.py Add basic KMS key endpoints. 2015-06-30 05:44:39 -04:00