diff --git a/regression-test/suites/unique_with_mow_c_p0/test_schema_change_ck.groovy b/regression-test/suites/unique_with_mow_c_p0/test_schema_change_ck.groovy index fb59aabf05dcd1..fa7ca91d88aa37 100644 --- a/regression-test/suites/unique_with_mow_c_p0/test_schema_change_ck.groovy +++ b/regression-test/suites/unique_with_mow_c_p0/test_schema_change_ck.groovy @@ -117,7 +117,7 @@ suite("test_schema_change_ck") { /****** drop key column ******/ test { sql """ alter table ${tableName} drop column k2; """ - exception "Can not drop key column in Unique data model table" + exception "Can not drop key column k2 in unique data model table" } /****** TODO does not support drop cluster key ******/