From 00caa9f6d9b630af3b1a04baf147dd812c3811c3 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sat, 3 Oct 2015 23:27:28 -0700 Subject: [PATCH] oops, update tests to match --- src/wormhole/test/test_scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wormhole/test/test_scripts.py b/src/wormhole/test/test_scripts.py index 9f8e3f5..91c72d8 100644 --- a/src/wormhole/test/test_scripts.py +++ b/src/wormhole/test/test_scripts.py @@ -87,7 +87,7 @@ class Scripts(ServerBase, ScriptsBase, unittest.TestCase): send_args = server_args + [ "send", "--code", code, - message, + "--text", message, ] d1 = getProcessOutputAndValue(wormhole, send_args) receive_args = server_args + [