fix(test): ensure calendar_share table in ACL-related eunit suites.
CI / test (push) Failing after 6m13s
CI / deploy-ift (push) Has been skipped
CI / e2e-ift (push) Has been skipped
CI / deploy-stage (push) Has been skipped
CI / e2e-stage (push) Has been skipped

Harden core_calendar_share get/list when table missing. Refs EventHub/EventHubBack#73
This commit is contained in:
2026-08-15 23:48:12 +03:00
parent 331000a464
commit fcb737eb47
8 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
-include("records.hrl").
-define(TABLES, [user, calendar, event, booking, admin, subscription, calendar_specialist,
recurrence_exception, notification, push_subscription]).
recurrence_exception, notification, push_subscription, calendar_share]).
setup() ->
eh_test_support:start_mnesia(),