1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +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 () => {
const response = await config.integration.update({
table: "test",
id: "123",
table: "table",
recordID: "123",
json: {
name: "test"
}