summaryrefslogtreecommitdiff
path: root/tests/test_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_proxy.py')
-rw-r--r--tests/test_proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_proxy.py b/tests/test_proxy.py
index 64ea5651..16bdb67c 100644
--- a/tests/test_proxy.py
+++ b/tests/test_proxy.py
@@ -122,7 +122,7 @@ class TestProxyCommand:
select.return_value = [stdout], None, None
# Base case: None timeout means no timing out
os_read.return_value = b"meh"
- proxy = ProxyCommand("yello")
+ proxy = ProxyCommand("yellow")
assert proxy.timeout is None
# Implicit 'no raise' check
assert proxy.recv(3) == b"meh"