test: correction

This commit is contained in:
Pranav C
2025-12-19 20:09:46 +00:00
parent fb16b0bf2e
commit c62759acf0

View File

@@ -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`,