summaryrefslogtreecommitdiff
path: root/wrappers/python/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/tests.py')
-rw-r--r--wrappers/python/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrappers/python/tests.py b/wrappers/python/tests.py
index bca7b86..f2b01bd 100644
--- a/wrappers/python/tests.py
+++ b/wrappers/python/tests.py
@@ -15,6 +15,7 @@ from selenium_eduvpn import login_eduvpn
def handler(_old_state, new_state, data):
if new_state == 6:
login_eduvpn(data)
+ return True
class ConfigTests(unittest.TestCase):
def testConfig(self):