Skip to content

Commit

Permalink
fix test templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Oct 7, 2015
1 parent 2f5d7cf commit b294ff8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/models/fixtures/web_external_internal.json
Expand Up @@ -500,7 +500,7 @@
"BlankWebService",
{
"CPU": {
"Ref": "Cpu"
"Ref": "WebMemory"
},
"Command": {
"Ref": "WebCommand"
Expand Down
4 changes: 2 additions & 2 deletions api/models/fixtures/web_postgis.json
Expand Up @@ -487,7 +487,7 @@
"BlankPostgresService",
{
"CPU": {
"Ref": "Cpu"
"Ref": "PostgresMemory"
},
"Command": {
"Ref": "PostgresCommand"
Expand Down Expand Up @@ -685,7 +685,7 @@
"BlankWebService",
{
"CPU": {
"Ref": "Cpu"
"Ref": "WebMemory"
},
"Command": {
"Ref": "WebCommand"
Expand Down
4 changes: 2 additions & 2 deletions api/models/fixtures/web_postgis_internal.json
Expand Up @@ -346,7 +346,7 @@
"BlankPostgresService",
{
"CPU": {
"Ref": "Cpu"
"Ref": "PostgresMemory"
},
"Command": {
"Ref": "PostgresCommand"
Expand Down Expand Up @@ -519,7 +519,7 @@
"BlankWebService",
{
"CPU": {
"Ref": "Cpu"
"Ref": "WebMemory"
},
"Command": {
"Ref": "WebCommand"
Expand Down
4 changes: 2 additions & 2 deletions api/models/fixtures/worker.json
Expand Up @@ -340,7 +340,7 @@
"BlankPostgresService",
{
"CPU": {
"Ref": "Cpu"
"Ref": "PostgresMemory"
},
"Command": {
"Ref": "PostgresCommand"
Expand Down Expand Up @@ -513,7 +513,7 @@
"BlankWorkerService",
{
"CPU": {
"Ref": "Cpu"
"Ref": "WorkerMemory"
},
"Command": {
"Ref": "WorkerCommand"
Expand Down

0 comments on commit b294ff8

Please sign in to comment.