Skip to content

Commit

Permalink
fix: tags in valid synatx samle
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko authored Sep 20, 2024
1 parent 6e13bbb commit 5f95057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/integration/backend/test/cf/valid-syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
{
"Key": "environment",
"Key": "environment-fn-if",
"Value": {
"Fn::If": [
"isProd",
Expand All @@ -83,7 +83,7 @@
}
},
{
"Key": "environment",
"Key": "environment-test",
"Value": {
"Ref": "TestEnvironment"
}
Expand Down

0 comments on commit 5f95057

Please sign in to comment.