Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 2103f57

Browse files
[client] Adapt indicator testing to use the real attribute name: pattern_type
1 parent 19e0574 commit 2103f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/data/indicator_stix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"pattern": "[ipv4-addr:value = '103.83.192.6']",
1414
"valid_from": "2020-04-17T09:50:27.000Z",
1515
"valid_until": "2021-04-17T09:50:27.000Z",
16-
"x_opencti_pattern_type": "stix",
16+
"pattern_type": "stix",
1717
"created": "2020-04-30T06:29:41.232Z",
1818
"modified": "2020-04-30T06:29:41.232Z",
1919
"x_opencti_score": 50,
@@ -34,7 +34,7 @@
3434
"pattern": "[ipv4-addr:value = '192.185.46.253']",
3535
"valid_from": "2020-04-17T09:50:27.000Z",
3636
"valid_until": "2021-04-17T09:50:27.000Z",
37-
"x_opencti_pattern_type": "stix",
37+
"pattern_type": "stix",
3838
"created": "2020-04-30T06:29:41.303Z",
3939
"modified": "2020-04-30T06:29:41.303Z",
4040
"x_opencti_score": 50,

0 commit comments

Comments
 (0)