diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-06 13:43:22 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 13:43:22 +0530 |
commit | a0a4bfb09804ea61b575ae9e34f1ea6ed60640c5 (patch) | |
tree | 5c8ba4eaec6af042d44d8593cad4456bfe089a9f /src | |
parent | ee259dc1c3f8f31949b3ff4dd0d8f555ce834bf9 (diff) | |
download | vyos-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.py | 1 |
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 |