Fix test
This commit is contained in:
parent
e76b046b89
commit
d4d53f1ceb
|
@ -74,7 +74,7 @@ describe("/datasources", () => {
|
|||
schema: {},
|
||||
readable: true,
|
||||
}
|
||||
return config.previewQuery(request, config, queryPreview)
|
||||
return config.api.query.previewQuery(queryPreview)
|
||||
}
|
||||
|
||||
it("should invalidate changed or removed variables", async () => {
|
||||
|
|
Loading…
Reference in New Issue