summaryrefslogtreecommitdiff
path: root/wrappers/python/test_discovery.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-02-10 13:36:09 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-05 12:26:10 +0200
commit53b31fa9f103d8262b7c1d28c5714238902e5081 (patch)
tree5aa56e5e756f33f3753f5b5b4decdefe4782db61 /wrappers/python/test_discovery.py
parent23e63807085b13a9b221c3374d05099559583011 (diff)
Move python library load to init and fix build
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
Diffstat (limited to 'wrappers/python/test_discovery.py')
-rwxr-xr-xwrappers/python/test_discovery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/test_discovery.py b/wrappers/python/test_discovery.py
index eaf68dd..a1a70af 100755
--- a/wrappers/python/test_discovery.py
+++ b/wrappers/python/test_discovery.py
@@ -3,7 +3,7 @@
import unittest
import eduvpncommon.discovery as discovery
-test_data_dir = "../../test_data"
+test_data_dir = "../../src/test_data"
def read_bytes(path: str) -> bytes: