Skip to content

Commit f2af0ae

Browse files
committed
Fix a merge mistake
1 parent efba357 commit f2af0ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/e2e/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def on_event(event):
552552

553553
async def test_should_accept_blob_attachments(self, ctx: E2ETestContext):
554554
session = await ctx.client.create_session(
555-
{"on_permission_request": PermissionHandler.approve_all}
555+
on_permission_request=PermissionHandler.approve_all
556556
)
557557

558558
# 1x1 transparent PNG pixel, base64-encoded

0 commit comments

Comments
 (0)