diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-01 08:55:27 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-01 08:55:27 +0100 |
| commit | f69b8150a86d77793786600048ebbc5271afb792 (patch) | |
| tree | 102b6cc824deecf49a61dcf4d1bbdf099289310a /wrappers/python | |
| parent | 6da4645081e94fe197c62f92d7af37b2428d6e65 (diff) | |
Python Tests: Set version to 0.1.00.99.0
Diffstat (limited to 'wrappers/python')
| -rw-r--r-- | wrappers/python/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/python/tests.py b/wrappers/python/tests.py index c178973..bd8b4eb 100644 --- a/wrappers/python/tests.py +++ b/wrappers/python/tests.py @@ -18,7 +18,7 @@ from selenium_eduvpn import login_eduvpn class ConfigTests(unittest.TestCase): def testConfig(self): - _eduvpn = eduvpn.EduVPN("org.letsconnect-vpn.app.linux", "testconfigs", "en") + _eduvpn = eduvpn.EduVPN("org.letsconnect-vpn.app.linux", "0.1.0", "testconfigs", "en") # This can throw an exception _eduvpn.register() @@ -40,7 +40,7 @@ class ConfigTests(unittest.TestCase): _eduvpn.deregister() def testDoubleRegister(self): - _eduvpn = eduvpn.EduVPN("org.letsconnect-vpn.app.linux", "testconfigs", "en") + _eduvpn = eduvpn.EduVPN("org.letsconnect-vpn.app.linux", "0.1.0", "testconfigs", "en") # This can throw an exception _eduvpn.register() # This should throw |
