summaryrefslogtreecommitdiffstats
path: root/tests/client/test_methods_tproxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/client/test_methods_tproxy.py')
-rw-r--r--tests/client/test_methods_tproxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client/test_methods_tproxy.py b/tests/client/test_methods_tproxy.py
index 994a907..d7bc33f 100644
--- a/tests/client/test_methods_tproxy.py
+++ b/tests/client/test_methods_tproxy.py
@@ -78,7 +78,7 @@ def test_assert_features():
def test_firewall_command():
method = get_method('tproxy')
- assert not method.firewall_command("somthing")
+ assert not method.firewall_command("something")
@patch('sshuttle.methods.tproxy.ipt')