summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantialias <antialias@leap.se>2012-09-24 17:44:21 -0400
committerantialias <antialias@leap.se>2012-09-24 17:44:21 -0400
commit4c183e81074066eb2b064896fbb741e99c50286d (patch)
treec121e4ecf1c8fc8fa25afd47a17bbabbbbc493eb
parentddf5e546916ad94c62b1e42b6f03831f906b2f29 (diff)
Missed a renaming of test_internet_connection to check_internet_connection.
-rw-r--r--src/leap/eip/checks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/eip/checks.py b/src/leap/eip/checks.py
index 82940fd3..20d1296d 100644
--- a/src/leap/eip/checks.py
+++ b/src/leap/eip/checks.py
@@ -66,7 +66,7 @@ class LeapNetworkChecker(object):
self.error = None # ?
# for MVS
- checker.test_internet_connection()
+ checker.check_internet_connection()
checker.is_internet_up()
checker.ping_gateway()