summaryrefslogtreecommitdiff
path: root/wrappers/python
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-21 14:09:21 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit852b67390ec286af6ef795b05e00f0afe1c56709 (patch)
tree6b6ac075a2de7c2f3337ff13df1b217592a8f76e /wrappers/python
parentf0cf377c1ccfbf3ea0cd791b33c90be275902c5b (diff)
Python Tests: Handle OAuth Started transition
Diffstat (limited to 'wrappers/python')
-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):