From 827050685916eb5afa6b4cc050fb8ada30e3c3e1 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sat, 12 Oct 2024 15:57:34 +0000 Subject: [PATCH] baserow --- pkgs/by-name/ba/baserow/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/ba/baserow/package.nix b/pkgs/by-name/ba/baserow/package.nix index 2415ca96947a45..348e211c0381a4 100644 --- a/pkgs/by-name/ba/baserow/package.nix +++ b/pkgs/by-name/ba/baserow/package.nix @@ -220,6 +220,7 @@ python.pkgs.buildPythonApplication rec { "test_workspace_audit_log_can_export_to_csv_filtered_entries" "test_email_notifications_are_created_correctly" "test_remove_unused_personal_views" + "test_files_are_served_by_base_file_storage_by_default" # AttributeError: 'called_once' is not a valid assertion. Use a spec for the mock if 'called_once' is meant to be an attribute "test_notification_creation_on_creating_row_comment_mention" "test_notify_only_new_mentions_when_updating_a_comment"