diff options
Diffstat (limited to 'wrappers')
| -rw-r--r-- | wrappers/python/tests.py | 1 |
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): |
