summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-06 13:43:22 +0530
committerGitHub <noreply@github.com>2024-08-06 13:43:22 +0530
commita0a4bfb09804ea61b575ae9e34f1ea6ed60640c5 (patch)
tree5c8ba4eaec6af042d44d8593cad4456bfe089a9f /src
parentee259dc1c3f8f31949b3ff4dd0d8f555ce834bf9 (diff)
downloadvyos-workflow-test-temp-a0a4bfb09804ea61b575ae9e34f1ea6ed60640c5.tar.gz
vyos-workflow-test-temp-a0a4bfb09804ea61b575ae9e34f1ea6ed60640c5.zip
T6637: test
Diffstat (limited to 'src')
-rw-r--r--src/tests/test_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_utils.py b/src/tests/test_utils.py
index 9ae329c..21007cf 100644
--- a/src/tests/test_utils.py
+++ b/src/tests/test_utils.py
@@ -15,6 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from unittest import TestCase
+import json
class TestVyOSUtils(TestCase):
def test_key_mangling(self):
from vyos.utils.dict import mangle_dict_keys