We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2d5445 + 8384586 commit 468803dCopy full SHA for 468803d
mock_connect/mock_connect/main.py
@@ -194,7 +194,7 @@ def v1_content_bundle_download(bundle: Bundle, content_id):
194
bundle.read_bundle_data(),
195
mimetype="application/tar+gzip",
196
as_attachment=True,
197
- attachment_filename=basename(bundle._tar_file) if bundle._tar_file else None,
+ download_name=basename(bundle._tar_file) if bundle._tar_file else None,
198
)
199
200
0 commit comments