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
@@ -2,7 +2,7 @@
-include_lib("eunit/include/eunit.hrl").
-include("records.hrl").
-define(TABLES, [user, calendar, event, subscription]).
-define(TABLES, [user, calendar, event, subscription, calendar_share]).
setup() ->
eh_test_support:start_mnesia(),