Set the cost code in the template to avoid accidental test failures

This commit is contained in:
Susana Acedo 2013-01-18 18:38:04 +01:00 committed by Ignasi Barrera
parent 49990d97e4
commit a4aaf845ca
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class TemplateResources {
+ "/datacenterrepositories/1/virtualmachinetemplates/1/conversions"));
template.addLink(new RESTLink("tasks", "http://localhost/api/admin/enterprises/1"
+ "/datacenterrepositories/1/virtualmachinetemplates/1/tasks"));
template.setCostCode(0);
return template;
}