From: Peter Amstutz Date: Thu, 13 Jun 2024 13:46:37 +0000 (-0400) Subject: Fix another wb2 integration test typo, refs #9964 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/40e2ab46fe4b58ad8af81d77b293dfa86f981575?ds=sidebyside Fix another wb2 integration test typo, refs #9964 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/services/workbench2/src/store/advanced-tab/advanced-tab.tsx b/services/workbench2/src/store/advanced-tab/advanced-tab.tsx index ee4f6276fa..a3379934fc 100644 --- a/services/workbench2/src/store/advanced-tab/advanced-tab.tsx +++ b/services/workbench2/src/store/advanced-tab/advanced-tab.tsx @@ -429,7 +429,7 @@ const containerRequestApiResponse = (apiResponse: ContainerRequestResource): JSX "log_uuid": ${stringify(logUuid)}, "output_name": ${stringify(outputName)}, "output_ttl": ${stringify(outputTtl)}, -"output_glob": ${stringify(outputGlob)}`; +"output_glob": ${stringifyObject(outputGlob)}`; return {'{'} {response} {'\n'} {'}'}; };