mirror of
https://github.com/apache/superset.git
synced 2026-04-13 13:18:25 +00:00
fix(thumbnail cache): Enabling force parameter on screenshot/thumbnail cache (#31757)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
This commit is contained in:
@@ -319,9 +319,5 @@ def test_compute_thumbnails(thumbnail_mock, app_context, fs):
|
||||
["-d", "-i", dashboard.id],
|
||||
)
|
||||
|
||||
thumbnail_mock.assert_called_with(
|
||||
None,
|
||||
dashboard.id,
|
||||
force=False,
|
||||
)
|
||||
thumbnail_mock.assert_called_with(None, dashboard.id, force=False)
|
||||
assert response.exit_code == 0
|
||||
|
||||
Reference in New Issue
Block a user