From 18ac045fe6d11065b4fa518372fabb844c347146 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 30 Mar 2022 23:15:52 +0200 Subject: test: vyos.util build time tests should import all functions --- src/tests/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tests/test_util.py b/src/tests/test_util.py index 8afa531d0..91890262c 100644 --- a/src/tests/test_util.py +++ b/src/tests/test_util.py @@ -15,7 +15,7 @@ # along with this program. If not, see . from unittest import TestCase -from vyos.util import mangle_dict_keys +from vyos.util import * class TestVyOSUtil(TestCase): def test_key_mangline(self): -- cgit v1.2.3