File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -266,12 +266,13 @@ generate_tests_caas_test_case_{cluster_type}_verify_timeout: "45 minutes"
266
266
267
267
!!! tip "Coerce a value to something other than a string"
268
268
269
- By default Robot Framework coerces values to strings. Robot Framework can be instructed to treat
270
- the value literally using the syntax " ${x}", for example :
269
+ By default, Robot Framework coerces values to strings. Robot Framework can be instructed to
270
+ treat the value literally using the syntax ` ${x}`, e.g. :
271
271
272
272
```yaml title="environments/my-site/inventory/group_vars/all/tests.yml"
273
- # Make Robot Framework treat the override as an integer, not a string
273
+ # Make Robot Framework treat the variable as an integer, not a string
274
274
generate_tests_caas_test_case_{cluster_type}_param_{parameter_name}: "${42}"
275
+ ```
275
276
276
277
!!! warning
277
278
You can’t perform that action at this time.
0 commit comments