fix: update migrations used in tests causing error
Signed-off-by: lpete@vmware.com <lpete@vmware.com>
This commit is contained in:
@@ -118,7 +118,7 @@ describe('FactRetrieverEngine', () => {
|
||||
}
|
||||
|
||||
const databases = TestDatabases.create({
|
||||
ids: ['POSTGRES_13', 'POSTGRES_9', 'SQLITE_3', 'MYSQL_8'],
|
||||
ids: ['POSTGRES_13', 'POSTGRES_9', 'SQLITE_3'],
|
||||
});
|
||||
|
||||
async function createEngine(
|
||||
|
||||
Reference in New Issue
Block a user