diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-30 23:15:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-30 23:15:52 +0200 |
commit | 18ac045fe6d11065b4fa518372fabb844c347146 (patch) | |
tree | a4c2b081dc2e6a2bd8e385194798803f08c3068b /src | |
parent | 9da1b20e40b9f524a27d27e73a9a13d937a49aa6 (diff) | |
download | vyos-1x-18ac045fe6d11065b4fa518372fabb844c347146.tar.gz vyos-1x-18ac045fe6d11065b4fa518372fabb844c347146.zip |
test: vyos.util build time tests should import all functions
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. from unittest import TestCase -from vyos.util import mangle_dict_keys +from vyos.util import * class TestVyOSUtil(TestCase): def test_key_mangline(self): |