Fixing test case, it didn't provide a primary field.
This commit is contained in:
parent
2d74927177
commit
a97b24658f
|
@ -734,6 +734,7 @@ describe.each(
|
||||||
name: entityId,
|
name: entityId,
|
||||||
schema: {},
|
schema: {},
|
||||||
type: "table",
|
type: "table",
|
||||||
|
primary: ["id"],
|
||||||
sourceId: datasource._id!,
|
sourceId: datasource._id!,
|
||||||
sourceType: TableSourceType.EXTERNAL,
|
sourceType: TableSourceType.EXTERNAL,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue