summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-24 17:25:52 -0400
committerKali Kaneko <kali@leap.se>2017-08-30 16:18:12 -0400
commitf861b9fb9e50141f9b97c50d54bae7cb6967b1bf (patch)
tree3da31a2a5be69c4a8c580d12a19a9ec19760c0c3 /tests/unit
parent446562e921a846445449edb3321c4d8133698fbb (diff)
[tests] fix test case typo
Diffstat (limited to 'tests/unit')
-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)