Fix JSON dump error in ecs.update_service with task_definition (#775)
This commit is contained in:
parent
4ea915fc3a
commit
09ca1c4388
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue