oops, update tests to match

This commit is contained in:
Brian Warner 2015-10-03 23:27:28 -07:00
parent 56f8327c71
commit 00caa9f6d9

View File

@ -87,7 +87,7 @@ class Scripts(ServerBase, ScriptsBase, unittest.TestCase):
send_args = server_args + [ send_args = server_args + [
"send", "send",
"--code", code, "--code", code,
message, "--text", message,
] ]
d1 = getProcessOutputAndValue(wormhole, send_args) d1 = getProcessOutputAndValue(wormhole, send_args)
receive_args = server_args + [ receive_args = server_args + [