summaryrefslogtreecommitdiff
path: root/tests/unit/vpn/test_management.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/vpn/test_management.py')
-rw-r--r--tests/unit/vpn/test_management.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/vpn/test_management.py b/tests/unit/vpn/test_management.py
index 2bcb0b92..ff7e7c0d 100644
--- a/tests/unit/vpn/test_management.py
+++ b/tests/unit/vpn/test_management.py
@@ -121,7 +121,7 @@ class ManagementTestCase(unittest.TestCase):
feed_the_protocol(proto, session1[2:4])
proto.getVersion()
feed_the_protocol(proto, ['END'])
- proto.get_pid()
+ proto.getPid()
pid_lines = ['SUCCESS: pid=23783']
feed_the_protocol(proto, pid_lines)