Diff between bea034e821a6dd86a73a93830a25c74b8f73a7c5 and 7d93368c3882063aa74812ff1b4b700deea74f57

Changed Files

File Additions Deletions Status
test/simple-agent +1 -3 modified

Full Patch

diff --git a/test/simple-agent b/test/simple-agent
index deb6497..bb40eae 100755
--- a/test/simple-agent
+++ b/test/simple-agent
@@ -169,9 +169,7 @@ if __name__ == '__main__':
 						options.adapter_pattern)
 		dev_path = device.object_path
 		agent.set_exit_on_release(False)
-		device.Pair(path, capability, timeout=options.timeout,
-					reply_handler=pair_reply,
-					error_handler=pair_error)
+		device.Pair(reply_handler=pair_reply, error_handler=pair_error)
 		device_obj = device
 	else:
 		manager.RequestDefault()