Skip to content

Commit

Permalink
Update runbook.robot
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea authored Oct 30, 2023
1 parent 98e9956 commit f1dfe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebundles/curl-http-ok/runbook.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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']}
Expand Down

0 comments on commit f1dfe5d

Please sign in to comment.