feat: Implement sparse import for ImportAssetsCommand (#32670)

This commit is contained in:
Paul Rhodes
2025-03-17 14:44:15 +00:00
committed by GitHub
parent a49a15f990
commit c9e2c7037e
4 changed files with 44 additions and 5 deletions

View File

@@ -108,6 +108,7 @@ def test_import_assets(
passwords = {"assets_export/databases/imported_database.yaml": "SECRET"}
ImportAssetsCommand.assert_called_with(
mocked_contents,
sparse=False,
passwords=passwords,
ssh_tunnel_passwords=None,
ssh_tunnel_private_keys=None,