From f1dfe5dfa3100340db1136e4793a2f9c8c474111 Mon Sep 17 00:00:00 2001 From: Shea Stewart Date: Mon, 30 Oct 2023 11:35:54 -0400 Subject: [PATCH] Update runbook.robot --- codebundles/curl-http-ok/runbook.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codebundles/curl-http-ok/runbook.robot b/codebundles/curl-http-ok/runbook.robot index 95dd74ca..def5eece 100644 --- a/codebundles/curl-http-ok/runbook.robot +++ b/codebundles/curl-http-ok/runbook.robot @@ -19,7 +19,7 @@ Checking HTTP URL Is Available And Timely ${curl_rsp}= RW.CLI.Run Cli ... cmd=curl -o /dev/null -w '{"http_code": \%{http_code}, "time_total": \%{time_total}}' -s ${URL} ... render_in_commandlist=true - ${owner_details_dict}= Evaluate eval(json.loads($OWNER_DETAILS)) + ${owner_details_dict}= Evaluate json.loads($OWNER_DETAILS) ${owner_kind}= Set Variable ${owner_details_dict['kind']} ${owner_name}= Set Variable ${owner_details_dict['name']} ${owner_namespace}= Set Variable ${owner_details_dict['namespace']}