summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-27 00:19:02 +0530
committerGitHub <noreply@github.com>2024-08-27 00:19:02 +0530
commit9ebb103a8198cd7ffcfeb2e11cdcc5522e554660 (patch)
tree211907d36c82d757e6b9cbca42b96279a2e3ad07
parent1aa5c1b0f209de718cecd9d532b100058f5b4d7a (diff)
downloadvyos-workflow-test-temp-9ebb103a8198cd7ffcfeb2e11cdcc5522e554660.tar.gz
vyos-workflow-test-temp-9ebb103a8198cd7ffcfeb2e11cdcc5522e554660.zip
T0000: test
-rw-r--r--src/tests/test_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/test_utils.py b/src/tests/test_utils.py
index 9ae329c..d88bd56 100644
--- a/src/tests/test_utils.py
+++ b/src/tests/test_utils.py
@@ -21,6 +21,8 @@ class TestVyOSUtils(TestCase):
data = {"foo-bar": {"baz-quux": None}}
expected_data = {"foo_bar": {"baz_quux": None}}
new_data = mangle_dict_keys(data, '-', '_')
+ if False: print('False')
+ if True: print('True')
self.assertEqual(new_data, expected_data)
def test_sysctl_read(self):