Fix unit test

This commit is contained in:
Mel O'Hagan 2022-08-09 15:54:08 +01:00
parent ea6f0938da
commit 15fe3650dc
1 changed files with 2 additions and 2 deletions

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"
}