From 51caa2f2d1d8ff540c77e85cea4c51952a49afc6 Mon Sep 17 00:00:00 2001 From: Peter Nemere Date: Thu, 4 Jul 2024 23:41:11 +1000 Subject: [PATCH] Fixing tests --- .../cmd-line-tools/api-integration-test/testQuantCreate.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/cmd-line-tools/api-integration-test/testQuantCreate.go b/internal/cmd-line-tools/api-integration-test/testQuantCreate.go index bbeefad5..d3f410ea 100644 --- a/internal/cmd-line-tools/api-integration-test/testQuantCreate.go +++ b/internal/cmd-line-tools/api-integration-test/testQuantCreate.go @@ -180,6 +180,7 @@ func runQuantificationTest(idx int, apiHost string, user string, pass string, "startUnixTimeSec": "${SECAGO=%v}", "jobItemId": "${IGNORE}", "jobType": "JT_RUN_QUANT", + "requestorUserId": "${USERID}", "name": "%v", "elements": [%v] } @@ -192,6 +193,7 @@ func runQuantificationTest(idx int, apiHost string, user string, pass string, "logId": "${IDCHK=quantCreate%v}", "jobItemId": "${IDCHK=quantCreate%v}", "jobType": "JT_RUN_QUANT", + "requestorUserId": "${USERID}", "message": "${IGNORE}", "status": "%v", "startUnixTimeSec": "${SECAGO=%v}", @@ -215,6 +217,7 @@ func runQuantificationTest(idx int, apiHost string, user string, pass string, "logId": "${IDCHK=quantCreate%v}", "jobItemId": "${IDCHK=quantCreate%v}", "jobType": "JT_RUN_QUANT", + "requestorUserId": "${USERID}", "message": "Cores/Node: 4", "status": "PREPARING_NODES", "startUnixTimeSec": "${SECAGO=%v}", @@ -229,6 +232,7 @@ func runQuantificationTest(idx int, apiHost string, user string, pass string, "logId": "${IDCHK=quantCreate%v}", "jobItemId": "${IDCHK=quantCreate%v}", "jobType": "JT_RUN_QUANT", + "requestorUserId": "${USERID}", "message": "${IGNORE}", "status": "RUNNING", "startUnixTimeSec": "${SECAGO=%v}", @@ -243,6 +247,7 @@ func runQuantificationTest(idx int, apiHost string, user string, pass string, "logId": "${IDCHK=quantCreate%v}", "jobItemId": "${IDCHK=quantCreate%v}", "jobType": "JT_RUN_QUANT", + "requestorUserId": "${USERID}", "message": "${IGNORE}", "status": "GATHERING_RESULTS", "startUnixTimeSec": "${SECAGO=%v}",