mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-07 14:25:37 +00:00
Fix test_audit_log_export_workspace_csv_correctly_if_feature_is_enable_for_the_user
This commit is contained in:
parent
9a67f5306d
commit
f1a08c6d2b
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ def test_audit_log_export_workspace_csv_correctly(
|
|||
|
||||
@pytest.mark.django_db
|
||||
@override_settings(DEBUG=True)
|
||||
@patch("baserow.contrib.database.export.handler.get_default_storage")
|
||||
@patch("baserow.core.storage.get_default_storage")
|
||||
def test_audit_log_export_workspace_csv_correctly_if_feature_is_enable_for_the_user(
|
||||
get_storage_mock, enterprise_data_fixture, synced_roles
|
||||
):
|
||||
|
|
Loading…
Add table
Reference in a new issue