From 852b67390ec286af6ef795b05e00f0afe1c56709 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 21 Mar 2023 14:09:21 +0100 Subject: Python Tests: Handle OAuth Started transition --- wrappers/python/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wrappers') 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): -- cgit v1.2.3