Fix unit test
This commit is contained in:
parent
785cdea396
commit
ec28bb8c63
|
@ -49,7 +49,7 @@ describe("Airtable Integration", () => {
|
|||
it("calls the update method with the correct params", async () => {
|
||||
const response = await config.integration.update({
|
||||
table: "table",
|
||||
recordID: "123",
|
||||
id: "123",
|
||||
json: {
|
||||
name: "test"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue