feat: refs #9722 testFixed
gitea/salix/pipeline/pr-dev Build queued... Details

This commit is contained in:
Javi Gallego 2024-09-26 15:25:51 +02:00
parent c825191823
commit f68ed48081
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ describe('Thermograph saveThermograph()', () => {
const ctx = beforeAll.getCtx();
const travelFk = 1;
const thermographId = '138350-0';
const warehouseFk = '1';
const warehouseFk = 1;
const state = 'COMPLETED';
const maxTemperature = 30;
const minTemperature = 10;
@ -41,7 +41,7 @@ describe('Thermograph saveThermograph()', () => {
maxTemperature,
minTemperature,
temperatureFk,
null,
warehouseFk,
null,
null,
null,