Final fix - removing external from create table (internal).

This commit is contained in:
mike12345567 2023-10-26 18:36:07 +01:00
parent e12cef305a
commit 854ff47e1c
1 changed files with 0 additions and 4 deletions

View File

@ -570,10 +570,6 @@ class TestConfiguration {
if (!config.sourceId) {
config.sourceId = INTERNAL_TABLE_SOURCE_ID
}
if (this.datasource?._id) {
config.sourceId = this.datasource._id
config.sourceType = TableSourceType.EXTERNAL
}
return this.updateTable(config, options)
}