Skip to content

Commit abb2e4a

Browse files
authored
fix: mock wait process complete in tests (#1)
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent 595ebf3 commit abb2e4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aries_cloudagent/transport/inbound/tests/test_http_transport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def receive_message(
6262
message: InboundMessage,
6363
can_respond: bool = False,
6464
):
65+
message.wait_processing_complete = async_mock.CoroutineMock()
6566
self.message_results.append((message.payload, message.receipt, can_respond))
6667
if self.result_event:
6768
self.result_event.set()

0 commit comments

Comments
 (0)