Skip to content

Commit 55e31bd

Browse files
committed
fix comment
Signed-off-by: peiyu <125331682@qq.com>
1 parent 86cbaff commit 55e31bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluss-server/src/test/java/org/apache/fluss/server/DynamicConfigChangeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void testAlterLakehouseConfigs() throws Exception {
9898
AlterConfigOpType.SET))))
9999
.isExactlyInstanceOf(ConfigException.class)
100100
.hasMessageContaining(
101-
"The config key un_support_key is not allowed to be changed dynamically.");
101+
"The config key un_support_key is not allowed to be changed dynamically or invalid (non-existent).");
102102

103103
dynamicConfigManager.alterConfigs(
104104
Arrays.asList(

0 commit comments

Comments
 (0)