aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/auth/test_migrations_indexes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/auth/test_migrations_indexes.py')
-rw-r--r--tests/unit/auth/test_migrations_indexes.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/auth/test_migrations_indexes.py b/tests/unit/auth/test_migrations_indexes.py
index db0a7f3..ea9d7e1 100644
--- a/tests/unit/auth/test_migrations_indexes.py
+++ b/tests/unit/auth/test_migrations_indexes.py
@@ -20,7 +20,9 @@ migrations_tables_and_indexes = (
("20221114_03_PtWjc-create-group-roles-table.py", "group_roles",
"idx_tbl_group_roles_cols_group_id"),
("20221114_05_hQun6-create-user-roles-table.py", "user_roles",
- "idx_tbl_user_roles_cols_user_id"))
+ "idx_tbl_user_roles_cols_user_id"),
+ ("20221117_02_fmuZh-create-group-users-table.py", "group_users",
+ "tbl_group_users_cols_group_id"))
@pytest.mark.unit_test
@pytest.mark.parametrize(