Skip to content

Commit bb76a62

Browse files
authored
Update packages/core/src/test/shared/sam/debugger/samDebugConfigProvider.test.ts
1 parent 23de9c4 commit bb76a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/sam/debugger/samDebugConfigProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2950,7 +2950,7 @@ describe('SamDebugConfigurationProvider', async function () {
29502950
templatePath: pathutil.normalize(path.join(actual.baseBuildDir!, 'app___vsctk___template.yaml')),
29512951
parameterOverrides: undefined,
29522952
architecture: 'x86_64',
2953-
// the region in debug config should override default toolkit region
2953+
// The `aws.region` field in debug config, overrides default toolkit region.
29542954
region: 'us-weast-9',
29552955

29562956
//

0 commit comments

Comments
 (0)