Skip to content

Commit

Permalink
patch json example
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea authored Oct 30, 2023
1 parent 70cc29a commit 6d6b459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codebundles/curl-http-ok/runbook.robot
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Suite Initialization
... type=string
... description=Json list of owner details
... pattern=\w*
... default="{'name':'my-ingress', 'kind':'Ingress','namespace':'default'}"
... example="{'name':'my-ingress', 'kind':'Ingress','namespace':'default'}"
... default='{"name":"", "kind":"Ingress","namespace":""}'
... example='{"name":"my-ingress", "kind":"Ingress","namespace":"default"}'
Set Suite Variable ${DESIRED_RESPONSE_CODE} ${DESIRED_RESPONSE_CODE}
Set Suite Variable ${URL} ${URL}
Set Suite Variable ${TARGET_LATENCY} ${TARGET_LATENCY}
Expand Down

0 comments on commit 6d6b459

Please sign in to comment.