diff --git a/plugins/aea-cli-ipfs/tests/test_aea_cli_ipfs.py b/plugins/aea-cli-ipfs/tests/test_aea_cli_ipfs.py index cb36cba1f5..b57b84d09a 100644 --- a/plugins/aea-cli-ipfs/tests/test_aea_cli_ipfs.py +++ b/plugins/aea-cli-ipfs/tests/test_aea_cli_ipfs.py @@ -193,6 +193,12 @@ def test_version_did_not_match(): class TestIPFSToolDownload(CliTest): """Test IPFSTool.download""" + # we download either a file or a directory + # if a file: the original name is not preserved, and will be the hash + # e.g. --> + # if a dir : the original name is preserved, as a nested directory + # e.g. / --> // + cli_options = ("ipfs", "download") def setup(self) -> None: