DBZ-7819 Fix test failure due to case

This commit is contained in:
Chris Cranford 2024-04-30 11:38:00 -04:00 committed by Chris Cranford
parent 3127284ac3
commit 09af8c1e85

View File

@ -167,7 +167,7 @@ private void insertFlushTable(Configuration config, String scnValue) throws SQLE
}
private static String getFlushTableName() {
return TestHelper.getConnectorUserName() + "." + flushTableName;
return TestHelper.getConnectorUserName().toUpperCase() + "." + flushTableName;
}
private static TableId getFlushTableId() {