Browse Source

test: update test with correct status code

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5832/head
Pranav C 1 year ago
parent
commit
3cb200c305
  1. 2
      packages/nocodb/tests/unit/rest/tests/viewRow.test.ts

2
packages/nocodb/tests/unit/rest/tests/viewRow.test.ts

@ -780,7 +780,7 @@ function viewRowTests() {
.send({
title: 'Test',
})
.expect(400);
.expect(404);
};
it('Create table row grid wrong grid id', async function () {

Loading…
Cancel
Save