1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +12:00

Fix unit test

This commit is contained in:
Mel O'Hagan 2022-08-09 15:54:08 +01:00
parent 860880baf2
commit 55f53de412

View file

@ -48,8 +48,8 @@ describe("Airtable Integration", () => {
it("calls the update method with the correct params", async () => { it("calls the update method with the correct params", async () => {
const response = await config.integration.update({ const response = await config.integration.update({
table: "test", table: "table",
id: "123", recordID: "123",
json: { json: {
name: "test" name: "test"
} }