Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csquared committed Dec 16, 2015
1 parent b5d3cdc commit da1948b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions api/models/fixtures/multi_balancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@
"Type": "AWS::EC2::VPC::Id"
},
"Version": {
"Default": "latest",
"Description": "Convox release version",
"Default": "",
"Description": "Lambda CustomTopic Handler Release Version",
"MinLength": 1,
"Type": "String"
},
"WebCommand": {
Expand Down
5 changes: 3 additions & 2 deletions api/models/fixtures/web_external_internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@
"Type": "AWS::EC2::VPC::Id"
},
"Version": {
"Default": "latest",
"Description": "Convox release version",
"Default": "",
"Description": "Lambda CustomTopic Handler Release Version",
"MinLength": 1,
"Type": "String"
},
"WebCommand": {
Expand Down
5 changes: 3 additions & 2 deletions api/models/fixtures/web_postgis.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@
"Type": "AWS::EC2::VPC::Id"
},
"Version": {
"Default": "latest",
"Description": "Convox release version",
"Default": "",
"Description": "Lambda CustomTopic Handler Release Version",
"MinLength": 1,
"Type": "String"
},
"WebCommand": {
Expand Down
5 changes: 3 additions & 2 deletions api/models/fixtures/web_postgis_internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@
"Type": "AWS::EC2::VPC::Id"
},
"Version": {
"Default": "latest",
"Description": "Convox release version",
"Default": "",
"Description": "Lambda CustomTopic Handler Release Version",
"MinLength": 1,
"Type": "String"
},
"WebCommand": {
Expand Down
5 changes: 3 additions & 2 deletions api/models/fixtures/worker.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@
"Type": "AWS::EC2::VPC::Id"
},
"Version": {
"Default": "latest",
"Description": "Convox release version",
"Default": "",
"Description": "Lambda CustomTopic Handler Release Version",
"MinLength": 1,
"Type": "String"
},
"WorkerCommand": {
Expand Down

0 comments on commit da1948b

Please sign in to comment.