mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:26:10 +00:00
test: correction
This commit is contained in:
@@ -636,7 +636,7 @@ describe('dataApiV3', () => {
|
||||
});
|
||||
|
||||
it('will handle insert field format not valid for uidt Duration', async () => {
|
||||
const values = ['HELLOW', -1, 1.365];
|
||||
const values = ['HELLOW', -1];
|
||||
for (const value of values) {
|
||||
const response = await ncAxiosPost({
|
||||
url: `${numberBasedUrlPrefix}/${table.id}/records`,
|
||||
|
||||
Reference in New Issue
Block a user