Skip to content

Commit b4b45ce

Browse files
committed
The default of the scenario tag is default
1 parent b50c038 commit b4b45ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/markdown/docs/01 guides/02 Using k6/01 HTTP requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ k6 will automatically apply [tags](/using-k6/tags-and-groups#section-tags) to yo
7171
| group | When the request runs inside a [group](/javascript-api/k6/group-name-fn), the tag value is the group name. Default is empty. |
7272
| name | Defaults to URL requested |
7373
| method | Request method (`GET`, `POST`, `PUT` etc.) |
74-
| scenario | When the request runs inside a [scenario](/using-k6/scenarios), the tag value is the scenario name. Default is empty. |
74+
| scenario | When the request runs inside a [scenario](/using-k6/scenarios), the tag value is the scenario name. Default is `default`. |
7575
| status | response status |
7676
| url | defaults to URL requested |
7777

@@ -91,7 +91,7 @@ Below you can see how a test result data point (the duration of an HTTP request)
9191
"group": "",
9292
"method": "GET",
9393
"name": "http://test.k6.io",
94-
"scenario": "",
94+
"scenario": "default",
9595
"status": "200",
9696
"url": "http://test.k6.io"
9797
}

0 commit comments

Comments
 (0)