From a45ad2b48cd8d11000699b236f2057ae6556fdd3 Mon Sep 17 00:00:00 2001 From: hakril Date: Mon, 6 Jan 2025 16:59:36 +0100 Subject: [PATCH] Remove breakpoint in test_orpc_network_manager --- tests/test_orpc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_orpc.py b/tests/test_orpc.py index f039dda..9586ca8 100644 --- a/tests/test_orpc.py +++ b/tests/test_orpc.py @@ -24,6 +24,5 @@ def test_orpc_network_manager(): iid = gdef.GUID.from_string("D0074FFD-570F-4A9B-8D69-199FDBA5723B") client, ipid = windows.rpc.stubborn.stubborn_create_instance("A47979D2-C419-11D9-A5B4-001185AD2B89", iid) response = client.call(iid, 17, b"", ipid=ipid) - import pdb;pdb.set_trace() assert response[0] not in (b"\x00", 0)