diff --git a/lisa/tests/base.py b/lisa/tests/base.py index 4ecebc07281f21717cd5ec4478f0ffe8926166f1..8f3fa4d857dd987b6b1db20974bee5444d79fec3 100644 --- a/lisa/tests/base.py +++ b/lisa/tests/base.py @@ -417,7 +417,7 @@ class TestBundle(Serializable, abc.ABC): symlink=True, ) - bundle = cls._from_target(target, res_dir, **kwargs) + bundle = cls._from_target(target=target, res_dir=res_dir, **kwargs) # We've created the bundle from the target, and have all of # the information we need to execute the test code. However,