From 565237c14a303a46d62d240b35c6f0082424256a Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 11 Oct 2022 10:19:56 +0200 Subject: Client: Refactor out adding a Server from getting a config --- wrappers/python/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wrappers/python/tests.py') 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 -- cgit v1.2.3