lib/awspec/stub/ecs_service.rb in awspec-1.25.1 vs lib/awspec/stub/ecs_service.rb in awspec-1.25.2
- old
+ new
@@ -1,10 +1,11 @@
+# frozen_string_literal: true
+
Aws.config[:ecs] = {
stub_responses: {
describe_services: {
- failures: [
- ],
+ failures: [],
services: [
{
cluster_arn: 'arn:aws:ecs:us-east-1:123456789012:cluster/my-ecs-cluster',
created_at: Time.parse('2016-08-29T16:25:52.130Z'),
deployment_configuration: {
@@ -34,11 +35,10 @@
'3f4de1c5-ffdd-4954-af7e-75b4be0c8841) is already using a port ' \
'required by your task. For more information, see the ' \
'Troubleshooting section of the Amazon ECS Developer Guide.'
}
],
- load_balancers: [
- ],
+ load_balancers: [],
pending_count: 0,
running_count: 0,
service_arn: 'arn:aws:ecs:us-east-1:123456789012:service/my-ecs-service',
service_name: 'my-ecs-service',
status: 'ACTIVE',