mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
poke some more at the webhook test code soup
This commit is contained in:
parent
d2575a1ec3
commit
cdd4571a77
@ -3589,7 +3589,8 @@ function testDocApi(settings: {
|
|||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
403, /Column not found notExisting/);
|
// this check was previously just wrong, was the test not running somehow??
|
||||||
|
404, /Column not found "notExisting"/);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -4139,6 +4140,10 @@ function testDocApi(settings: {
|
|||||||
}, webhooksTestPort);
|
}, webhooksTestPort);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
after(async function () {
|
||||||
|
await serving.shutdown();
|
||||||
|
});
|
||||||
|
|
||||||
describe('table endpoints', function () {
|
describe('table endpoints', function () {
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(30000);
|
this.timeout(30000);
|
||||||
|
Loading…
Reference in New Issue
Block a user