diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-11 10:19:56 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-11 12:42:11 +0200 |
| commit | 565237c14a303a46d62d240b35c6f0082424256a (patch) | |
| tree | 522f2aeb441a3eb22b6d5e05e66ef348241b2e66 /wrappers/python/tests.py | |
| parent | 17e261dd224bc67f031b80930490768ea54353db (diff) | |
Client: Refactor out adding a Server from getting a config
Diffstat (limited to 'wrappers/python/tests.py')
| -rw-r--r-- | wrappers/python/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wrappers/python/tests.py b/wrappers/python/tests.py index d3caa38..555a0bb 100644 --- a/wrappers/python/tests.py +++ b/wrappers/python/tests.py @@ -31,6 +31,7 @@ class ConfigTests(unittest.TestCase): self.fail("No SERVER_URI environment variable given") # This can throw an exception + _eduvpn.add_custom_server(server_uri) _eduvpn.get_config_custom_server(server_uri) # Deregister |
