Skip to content

phab: Add missing await instructions

BryanDavis requested to merge work/bd808/T363114-broken-sinks into main

Follow up to a47cd8a0. Add await calls unintentionally omitted when converting phab.Client to asyncio.

This commit also adds a functional test for the happy path of processing an event of object_kind="merge_request", action="open".

Bug: T363114

Merge request reports