Skip to content

Commit

Permalink
Fix TestSystemPerformance
Browse files Browse the repository at this point in the history
Added forgotten metarole Velocity flag. (It is not used
by current tests, but it should be there - just for consistency.)
  • Loading branch information
mederly committed Oct 4, 2021
1 parent 6c206fb commit 3d78b9a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ private String createTechnicalRoleDefinition(int index, String oid) {
VelocityGenerator.generate(TECHNICAL_ROLE_TEMPLATE_FILE, generated,
mapOf("oid", oid,
"index", String.format("%04d", index),
"resourceOid", resourceOid));
"resourceOid", resourceOid,
"metarole", memberOfComputation));

return fileName;
}
Expand Down

0 comments on commit 3d78b9a

Please sign in to comment.