1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

Another quick fix.

This commit is contained in:
mike12345567 2023-02-07 18:35:22 +00:00
parent e96139f587
commit ced811fc23

View file

@ -242,6 +242,7 @@ describe("/queries", () => {
})
expect(res.body.rows.length).toEqual(1)
expect(events.query.previewed).toBeCalledTimes(1)
delete datasource.config
expect(events.query.previewed).toBeCalledWith(datasource, query)
})