Skip to content

Commit efac20c

Browse files
committed
chore: cts
1 parent 7ec3c20 commit efac20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/javascript/tests/client/createClient.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'{{parametersWithDataTypeMap.appId.value}}',
33
'{{parametersWithDataTypeMap.apiKey.value}}'
44
{{#isStandaloneClient}},
5-
{{#hasRegionalHost}}'{{{defaultRegion}}}', {{/hasRegionalHost}}
5+
{{#hasRegionalHost}}'{{{parametersWithDataTypeMap.region.value}}}', {{/hasRegionalHost}}
66
{
77
{{#useEchoRequester}}
88
requester: nodeEchoRequester(),

0 commit comments

Comments
 (0)