oops, update tests to match
This commit is contained in:
parent
56f8327c71
commit
00caa9f6d9
|
@ -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 + [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user