Merge pull request #6523 from pulumi/fix/invalid-json-test-data

JSON does not admit trailing commas
This commit is contained in:
Anton Tayanovskyy 2021-03-12 18:02:59 -05:00 committed by GitHub
commit 5235e0818e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,11 +18,11 @@ namespace Pulumi.Automation.Tests.Serialization
{
""aws:region"": {
""value"": ""us-east-1"",
""secret"": false,
""secret"": false
},
""project:name"": {
""value"": ""test"",
""secret"": true,
""secret"": true
}
}
";