summaryrefslogtreecommitdiff
path: root/wrappers/python/test_discovery.py
diff options
context:
space:
mode:
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: