Skip to content

Commit 0ea68b2

Browse files
committed
[client] report expectation dropped bundles
1 parent e68ba80 commit 0ea68b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3093,10 +3093,10 @@ def import_bundle(
30933093
self.opencti.work.report_expectation(
30943094
work_id,
30953095
{
3096-
"error": "Incompatible element in bundle",
3096+
"error": "Too large element in bundle",
30973097
"source": "Element "
30983098
+ too_large_elements_bundle["id"]
3099-
+ " is incompatible and couldn't be processed",
3099+
+ " is too large and couldn't be processed",
31003100
},
31013101
)
31023102

0 commit comments

Comments
 (0)