Skip to content

Commit e3f825d

Browse files
committed
[client] report expectation dropped bundles
1 parent 7688e81 commit e3f825d

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
@@ -3099,10 +3099,10 @@ def import_bundle(
30993099
self.opencti.work.report_expectation(
31003100
work_id,
31013101
{
3102-
"error": "Incompatible element in bundle",
3102+
"error": "Too large element in bundle",
31033103
"source": "Element "
31043104
+ too_large_elements_bundle["id"]
3105-
+ " is incompatible and couldn't be processed",
3105+
+ " is too large and couldn't be processed",
31063106
},
31073107
)
31083108

0 commit comments

Comments
 (0)