Fix unit test
This commit is contained in:
parent
ba4b20bb62
commit
69ee22f563
|
@ -49,7 +49,7 @@ 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: "table",
|
table: "table",
|
||||||
recordID: "123",
|
id: "123",
|
||||||
json: {
|
json: {
|
||||||
name: "test"
|
name: "test"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue