Commit d5cb562a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! system_event: document how HTTP Exchange works

parent 848c28eb
......@@ -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