summaryrefslogtreecommitdiff
path: root/keystone/tests/unit/test_sql_banned_operations.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/tests/unit/test_sql_banned_operations.py')
-rw-r--r--keystone/tests/unit/test_sql_banned_operations.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/keystone/tests/unit/test_sql_banned_operations.py b/keystone/tests/unit/test_sql_banned_operations.py
index 9916657da..220714075 100644
--- a/keystone/tests/unit/test_sql_banned_operations.py
+++ b/keystone/tests/unit/test_sql_banned_operations.py
@@ -263,7 +263,12 @@ class TestKeystoneExpandSchemaMigrations(
# timestamp to datetime and updates the initial value in the contract
# phase. Adding an exception here to pass expand banned tests,
# otherwise fails.
- 4
+ 4,
+
+ # Migration 79 changes a varchar column length, doesn't
+ # convert the data within that column/table and doesn't rebuild
+ # indexes.
+ 79
]
def setUp(self):