aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cli/test_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cli/test_cli.py')
-rw-r--r--tests/cli/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli/test_cli.py b/tests/cli/test_cli.py
index 0be9ec6..b3fb8f0 100644
--- a/tests/cli/test_cli.py
+++ b/tests/cli/test_cli.py
@@ -15,7 +15,7 @@
#
import pytest
-from cli import __main__
+from vnfsdk_pkgtools.cli import __main__
def test_main(capsys):
with pytest.raises(SystemExit):