mirror of https://github.com/apache/druid.git
fix test expectation
This commit is contained in:
parent
ecdcd0f621
commit
ad64784a29
|
@ -132,8 +132,9 @@ public class SqlTestFrameworkConfigTest
|
|||
IAE.class,
|
||||
() -> new SqlTestFrameworkConfig(configMap)
|
||||
);
|
||||
|
||||
assertEquals(
|
||||
"Invalid configuration key(s) specified [[nonExistent]]; valid options are [[NumMergeBuffers, MinTopNThreshold, ResultCache, ComponentSupplier]]",
|
||||
"Invalid configuration key(s) specified [[nonExistent]]; valid options are [[numMergeBuffers, minTopNThreshold, resultCache, componentSupplier]]",
|
||||
e.getMessage()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue