moto/tests/test_efs/junk_drawer.py

3 lines
103 B
Python
Raw Normal View History

2021-07-29 04:55:23 +00:00
def has_status_code(response, code):
return response["ResponseMetadata"]["HTTPStatusCode"] == code