Skip to content

Commit

Permalink
Update json/test/negative/invalid-flagd-props.json
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert authored Jan 5, 2024
1 parent 065622f commit 285710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/test/negative/invalid-flagd-props.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"targeting": {
"if": [
{
"==": [{ "var": "$flagd.myprop" }, { "var": "someprop" }]
"==": [{ "var": "$flagd.invalidProp" }, { "var": "someprop" }]
},
"yes",
"no"
Expand Down

0 comments on commit 285710b

Please sign in to comment.