Skip to content

Commit 3af45cf

Browse files
authored
Merge pull request #1146 from madchap/fix-add-testtype-fixture
Amending fixtures for test_type, adding twistlock, blackduck and kiuwan
2 parents 36437ec + b6222cd commit 3af45cf

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

dojo/fixtures/test_type.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,31 @@
286286
"pk": 41
287287
},
288288
{
289-
"fields": {
290-
"name": "Netsparker Scanner"
291-
},
292-
"model": "dojo.test_type",
293-
"pk": 49
289+
"fields": {
290+
"name": "Netsparker Scanner"
291+
},
292+
"model": "dojo.test_type",
293+
"pk": 49
294+
},
295+
{
296+
"fields": {
297+
"name": "Twistlock Image Scan"
298+
},
299+
"model": "dojo.test_type",
300+
"pk": 50
301+
},
302+
{
303+
"fields": {
304+
"name": "Blackduck Hub Scan"
305+
},
306+
"model": "dojo.test_type",
307+
"pk": 51
308+
},
309+
{
310+
"fields": {
311+
"name": "Kiuwan Scan"
312+
},
313+
"model": "dojo.test_type",
314+
"pk": 52
294315
}
295316
]

0 commit comments

Comments
 (0)