Skip to content

Commit 1a405f3

Browse files
authored
fix JSON for run example test (#1427)
1 parent fd3f86a commit 1a405f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/07 Testing Guides/01 API load testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ For example, consider a JSON file with a list of user info such as:
389389
{
390390
"users": [
391391
{ "username": "lorem", "surname": "ipsum" },
392-
{ "username": "dolorem", "surname": "ipsum" },
392+
{ "username": "dolorem", "surname": "ipsum" }
393393
]
394394
}
395395
```

0 commit comments

Comments
 (0)