fix test
This commit is contained in:
parent
5c60629545
commit
38e6790146
|
@ -384,7 +384,7 @@ describe("/rows", () => {
|
||||||
name: "test",
|
name: "test",
|
||||||
description: "test",
|
description: "test",
|
||||||
attachment: [{
|
attachment: [{
|
||||||
key: `/assets/${config.getAppId()}/attachment/test/thing.csv`,
|
key: `${config.getAppId()}/attachment/test/thing.csv`,
|
||||||
}],
|
}],
|
||||||
tableId: table._id,
|
tableId: table._id,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue