mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Remove breakpoint in test_orpc_network_manager
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user