Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c72a608

Browse files
committed
Merge pull request MAECProject#86 from MAECProject/typedfields-fixes
Typedfields branch fixes to nosetests
2 parents e8444f9 + a4f4fc6 commit c72a608

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

maec/test/package/malware_subject_test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ class TestMalwareSubject(EntityTestCase, unittest.TestCase):
1616
'bundle': [{
1717
'actions': [{
1818
'associated_objects': [{
19-
'association_type': {
20-
'value': u'output',
21-
'xsi:type': 'maecVocabs:ActionObjectAssociationTypeVocab-1.0'
22-
},
19+
'association_type': u'output',
2320
'id': 'example:Object-fdba414a-e46a-4abf-ad50-4dcda819129c',
2421
'properties': {
2522
'file_name': u'abcd.dll',

maec/test/package/package_test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ class TestPackage(EntityTestCase, unittest.TestCase):
1515
'bundle': [{
1616
'actions': [{
1717
'associated_objects': [{
18-
'association_type': {
19-
'value': u'output',
20-
'xsi:type': 'maecVocabs:ActionObjectAssociationTypeVocab-1.0'
21-
},
18+
'association_type': u'output',
2219
'id': 'example:Object-fdba414a-e46a-4abf-ad50-4dcda819129c',
2320
'properties': {
2421
'file_name': u'abcd.dll',

0 commit comments

Comments
 (0)