Skip to content

Commit 748d5ce

Browse files
committed
fix: repair missing quote in error fixture after merge conflict resolution
1 parent e60af86 commit 748d5ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/translator/output/error_global_capacity_provider_unsupported.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Number of errors found: 1. ",
55
"'Globals' section is invalid. ",
66
"'CapacityProviderName' is not a supported property of 'CapacityProvider'. ",
7-
"Must be one of the following values - ['VpcConfig', 'OperatorRole', 'Tags', 'InstanceRequirements', 'ScalingConfig', 'KmsKeyArn', 'PropagateTags', 'LoggingConfig', 'ManagedResourceTags]"
7+
"Must be one of the following values - ['VpcConfig', 'OperatorRole', 'Tags', 'InstanceRequirements', 'ScalingConfig', 'KmsKeyArn', 'PropagateTags', 'LoggingConfig', 'ManagedResourceTags']"
88
],
9-
"errorMessage": "Invalid Serverless Application Specification document. Number of errors found: 1. 'Globals' section is invalid. 'CapacityProviderName' is not a supported property of 'CapacityProvider'. Must be one of the following values - ['VpcConfig', 'OperatorRole', 'Tags', 'InstanceRequirements', 'ScalingConfig', 'KmsKeyArn', 'PropagateTags', 'LoggingConfig', 'ManagedResourceTags]"
9+
"errorMessage": "Invalid Serverless Application Specification document. Number of errors found: 1. 'Globals' section is invalid. 'CapacityProviderName' is not a supported property of 'CapacityProvider'. Must be one of the following values - ['VpcConfig', 'OperatorRole', 'Tags', 'InstanceRequirements', 'ScalingConfig', 'KmsKeyArn', 'PropagateTags', 'LoggingConfig', 'ManagedResourceTags']"
1010
}

0 commit comments

Comments
 (0)