summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-06 13:27:12 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-06 13:27:36 +0200
commit3dbf283753a3cb51e227cfec51b5913c011c9ed0 (patch)
tree2d11dcffb1aac797beb831aca1faf189bd7f8e05
parent243feb0e4e5b46d953b26623eabc128605c8e6ec (diff)
Python Tests: Add missing language to register
-rw-r--r--wrappers/python/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/python/tests.py b/wrappers/python/tests.py
index 4e45fbc..d3caa38 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.eduvpn.app.linux", "testconfigs")
+ _eduvpn = eduvpn.EduVPN("org.eduvpn.app.linux", "testconfigs", "en")
# This can throw an exception
_eduvpn.register()
@@ -37,7 +37,7 @@ class ConfigTests(unittest.TestCase):
_eduvpn.deregister()
def testDoubleRegister(self):
- _eduvpn = eduvpn.EduVPN("org.eduvpn.app.linux", "testconfigs")
+ _eduvpn = eduvpn.EduVPN("org.eduvpn.app.linux", "testconfigs", "en")
# This can throw an exception
_eduvpn.register()
# This should throw