style: apply black for test

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2025-03-16 18:06:00 +09:00
parent 82d051a04d
commit 7abca71379

View File

@@ -221,7 +221,7 @@ def test_commercial_installer_download_sha256(tmp_path, monkeypatch, commercial_
target_path = tmp_path / "qt-installer" target_path = tmp_path / "qt-installer"
timeout = (Settings.connection_timeout, Settings.response_timeout) timeout = (Settings.connection_timeout, Settings.response_timeout)
download_installer(commercial_installer.base_url, commercial_installer._installer_filename,target_path, timeout) download_installer(commercial_installer.base_url, commercial_installer._installer_filename, target_path, timeout)
assert target_path.exists() assert target_path.exists()