Fix unit test
This commit is contained in:
parent
ea6f0938da
commit
15fe3650dc
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue