summaryrefslogtreecommitdiff
path: root/wrappers/python/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/tests.py')
-rw-r--r--wrappers/python/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/tests.py b/wrappers/python/tests.py
index 679eda0..4e45fbc 100644
--- a/wrappers/python/tests.py
+++ b/wrappers/python/tests.py
@@ -22,7 +22,7 @@ class ConfigTests(unittest.TestCase):
# This can throw an exception
_eduvpn.register()
- @_eduvpn.event.on(State.OAUTH_STARTED, StateType.Enter)
+ @_eduvpn.event.on(State.OAUTH_STARTED, StateType.ENTER)
def oauth_initialized(old_state, url_json):
login_eduvpn(url_json)