Fix JSON dump error in ecs.update_service with task_definition (#775)

This commit is contained in:
Pior Bastida 2016-11-23 20:01:48 -05:00 committed by Steve Pulec
commit 09ca1c4388
2 changed files with 3 additions and 2 deletions

View file

@ -398,6 +398,7 @@ def test_update_service():
response = client.update_service(
cluster='test_ecs_cluster',
service='test_ecs_service',
taskDefinition='test_ecs_task',
desiredCount=0
)
response['service']['desiredCount'].should.equal(0)