Fix liquid error (#4211)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2023-05-31 15:04:43 -04:00 committed by GitHub
parent 8c82ffe399
commit c60dea0d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -354,11 +354,11 @@ If you want to make your `workload.json` file more readable, you can separate yo
```json
"operations": [
{{ benchmark.collect(parts="operations/*.json") }}
{% raw %}{{ benchmark.collect(parts="operations/*.json") }}{% endraw %}
]
# Reference test procedure files in workload.json
"test_procedures": [
{{ benchmark.collect(parts="test_procedures/*.json") }}
{% raw %}{{ benchmark.collect(parts="test_procedures/*.json") }}{% endraw %}
]
```