Commit 3bf607f0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Eteri

fixup! system_event: document how HTTP Exchange works

parent 576848fb
......@@ -16,7 +16,7 @@ To use HTTP Exchange framework:
document, recieving the HTTP Exchange as argument.
"""
assert context.hasFollowUp(), context.getFollowUp()
assert not context.hasFollowUp(), context.getFollowUp()
http_exchange_resource = context.getPortalObject().portal_categories.http_exchange_resource
resource = context.getResourceValue()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment