summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-08 00:25:17 +0530
committerGitHub <noreply@github.com>2024-08-08 00:25:17 +0530
commitd0ed30b90fdd8b7e9abb662a1cfbbac53b2ac8f6 (patch)
treee8e0a0373b7ed1c96e926b990a0df53797fda149
parent84bf92e356398e74d13a82c9e31eb3749da6a1cf (diff)
downloadvyos-workflow-test-temp-d0ed30b90fdd8b7e9abb662a1cfbbac53b2ac8f6.tar.gz
vyos-workflow-test-temp-d0ed30b90fdd8b7e9abb662a1cfbbac53b2ac8f6.zip
T0000: test commit
-rw-r--r--src/tests/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/helper.py b/src/tests/helper.py
index f6a99f0..f417979 100644
--- a/src/tests/helper.py
+++ b/src/tests/helper.py
@@ -17,6 +17,7 @@
import sys
import importlib.util
import math
+import json
def prepare_module(file_path='', module_name=''):
spec = importlib.util.spec_from_file_location(module_name, file_path)