moto/tests/test_ssm
Olabode Anise 607e0a8452 ENH: changes the behavior of delete_parameter to respond with a 400 error when the parameter does not exist.
Currently, the delete_parameter function for the ssm client will respond with a dict containing a key of Invalid Parameter which has a value of a list containing the parameter name that was requested to be deleted when a parameter with said name doesn't exist which doesn't match the behavior of boto3.
2020-02-26 07:13:32 -05:00
..
test_ssm_boto3.py ENH: changes the behavior of delete_parameter to respond with a 400 error when the parameter does not exist. 2020-02-26 07:13:32 -05:00