We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Event.additionalDetails
1 parent 5c9cb99 commit 01f5987Copy full SHA for 01f5987
.codegen.json
@@ -1 +1 @@
1
-{ "engineHash": "9334953", "specHash": "c7acada", "version": "0.1.0" }
+{ "engineHash": "733e376", "specHash": "fa34496", "version": "0.1.0" }
test/box_sdk_gen/test/events.py
@@ -53,7 +53,7 @@ def testEventUpload():
53
assert len(events.entries) > 0
54
first_event: Event = events.entries[0]
55
assert to_string(first_event.event_type) == 'UPLOAD'
56
- assert to_string(first_event.additional_details.get('hash_type')) == 'sha1'
+ assert not to_string(first_event.additional_details.get('service_id')) == ''
57
source: EventSource = first_event.source
58
assert (
59
to_string(source.item_type) == 'file' or to_string(source.item_type) == 'folder'
0 commit comments