This commit is contained in:
Mel O'Hagan 2024-02-21 11:16:40 +00:00
parent e76b046b89
commit d4d53f1ceb
1 changed files with 1 additions and 1 deletions

View File

@ -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 () => {