Skip to content

Commit 1f7e6dd

Browse files
Matt PryorMoteHue
authored andcommitted
Fix broken docs
1 parent d6e90cc commit 1f7e6dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/deployment/testing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,13 @@ generate_tests_caas_test_case_{cluster_type}_verify_timeout: "45 minutes"
266266
267267
!!! tip "Coerce a value to something other than a string"
268268
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.:
271271
272272
```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
274274
generate_tests_caas_test_case_{cluster_type}_param_{parameter_name}: "${42}"
275+
```
275276
276277
!!! warning
277278

0 commit comments

Comments
 (0)