Skip to content

Commit 9824da4

Browse files
authored
Merge pull request #2200 from Ishavyas9/main
Updated timezone payload command
2 parents 0d75c02 + ea5bcdd commit 9824da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kaneai-ci-cd-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ curl --location 'https://test-manager-api.lambdatest.com/api/atm/v1/hyperexecute
111111
"environment_id": 0, #Optional, default null, to define the environment for test run
112112
"retry_on_failure": "true", #Optional, default true, to define if retry is needed in case of failure
113113
"max_retries": 1, #Optional, default 1, to define the number of retries needed if retry_on_failure is enabled
114-
"timezone": "UTC+01:00", #Optional, Only for web, to define the timezone using which the test runs should run
114+
"timezone": {"region":"Indianapolis"}, #Optional, Only for web, to define the timezone using which the test runs should run
115115
"app_profiling": "false", #Optional for performance metrics for native mobile apps
116116
"performance": "false", #Optional for lighthouse report for web tests
117117
"android_app_id": "lt://<YOUR_ANDROID_APP_ID>", #optional

0 commit comments

Comments
 (0)