diff options
Diffstat (limited to 'test/py/tests/test_scp03.py')
-rw-r--r-- | test/py/tests/test_scp03.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_scp03.py b/test/py/tests/test_scp03.py index 296d7c7d953..414b4251a69 100644 --- a/test/py/tests/test_scp03.py +++ b/test/py/tests/test_scp03.py @@ -11,7 +11,7 @@ For additional details check doc/usage/scp03.rst """ import pytest -import utils as util +import utils @pytest.mark.buildconfigspec('cmd_scp03') def test_scp03(ubman): |