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