moto/tests/test_ecr
William Richard b67e10d5c9
Make sure the repository response_object is json serializable with images
If images had been pushed to a repository, they would be included in the
response object, and the json encoder could not serialize the Image class.

Since they are not included in the boto response, I just deleted the images
field from the response object for Repositories.

I also found a duplicate test in the ecr class, so I removed one of them.
2017-06-20 15:47:39 -04:00
..
test_ecr_boto3.py Make sure the repository response_object is json serializable with images 2017-06-20 15:47:39 -04:00