summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-09-14 15:33:02 +0530
committerGitHub <noreply@github.com>2024-09-14 15:33:02 +0530
commit068a5b0b16afe7f504b43f765c32c30214f11c5a (patch)
treeca668905f06f64e88379b803bac6527565c5931c
parentb98e0202ec38682b1f1b646eda1b09c9b8c38689 (diff)
downloadvyos-workflow-test-temp-068a5b0b16afe7f504b43f765c32c30214f11c5a.tar.gz
vyos-workflow-test-temp-068a5b0b16afe7f504b43f765c32c30214f11c5a.zip
T6678: files listing approach updated
-rw-r--r--src/tests/test_config_parser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_config_parser.py b/src/tests/test_config_parser.py
index 8016feb..def278f 100644
--- a/src/tests/test_config_parser.py
+++ b/src/tests/test_config_parser.py
@@ -15,6 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import vyos.configtree
+import json
from unittest import TestCase