Skip to content

Commit

Permalink
#1264 WIP fixed CustomFieldSrvTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rriclet committed Feb 23, 2021
1 parent 51d1038 commit ae25ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive/test/resources/data/CaseCustomField.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{"from": "case3", "to": "string1", "stringValue": "string1 custom field"},
{"from": "case3", "to": "boolean1", "booleanValue": true},
{"from": "caseMerge22", "to": "string1", "stringValue": "merge string1"},
{"from": "caseMerge23", "to": "boolean1", "booleanValue": true}
{"from": "caseMerge23", "to": "integer1", "integerValue": 3}
]

0 comments on commit ae25ca0

Please sign in to comment.