Skip to content

Commit bf4dd5f

Browse files
committed
fix: [tests] Updated test following the updated galaxy & cluster definition
- Got the change on this specific field for the `mitre-tool` galaxy after a submodules update.
1 parent ea27df0 commit bf4dd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_test_stix_import.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ def _check_threat_actor_galaxy(self, galaxy, threat_actor):
19671967

19681968
def _check_tool_galaxy(self, galaxy, tool):
19691969
meta = self._check_galaxy_fields_with_external_id(
1970-
galaxy, tool, 'mitre-tool', 'Tool'
1970+
galaxy, tool, 'mitre-tool', 'mitre-tool'
19711971
)
19721972
if hasattr(tool, 'aliases'):
19731973
self.assertEqual(meta['synonyms'], tool.aliases)

0 commit comments

Comments
 (0)