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

Commit dd9a2c6

Browse files
authored
[client] Text observable variable fix (#145)
1 parent c2a1fad commit dd9a2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/entities/opencti_stix_cyber_observable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def create(self, **kwargs):
471471
elif type.lower() == "x-opencti-cryptographic-key":
472472
type = "X-OpenCTI-Cryptographic-Key"
473473
elif type.lower() == "x-opencti-text":
474-
type = "X-OpenCTI-text"
474+
type = "X-OpenCTI-Text"
475475

476476
x_opencti_description = (
477477
observable_data["x_opencti_description"]

0 commit comments

Comments
 (0)