feat(testdata): added csv test data scenario

This commit is contained in:
Torkel Ödegaard
2016-09-28 10:37:30 +02:00
parent 8d5857661e
commit a4648607bb
12 changed files with 490 additions and 20 deletions
+1
View File
@@ -48,6 +48,7 @@ func GetTestDataScenarios(c *middleware.Context) Response {
"id": scenario.Id,
"name": scenario.Name,
"description": scenario.Description,
"stringInput": scenario.StringInput,
})
}