1
0
Fork 0
mirror of synced 2024-06-30 12:00:31 +12:00

Fix unit test

This commit is contained in:
Mel O'Hagan 2022-08-10 13:56:15 +01:00
parent ba4b20bb62
commit 69ee22f563

View file

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