Skip to content

Commit

Permalink
Removing String tests (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm9084 committed May 28, 2024
1 parent 65930bf commit b0a4e96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
16 changes: 0 additions & 16 deletions docs/FeatureManagement/Samples/NoFilters.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,6 @@
"client_filters": []
}
},
{
"id": "StringTrue",
"description": "A feature flag with no Filters where enabled is a string, that returns true.",
"enabled": "true",
"conditions": {
"client_filters": []
}
},
{
"id": "StringFalse",
"description": "A feature flag with no Filters where enabled is a string, that returns false.",
"enabled": "false",
"conditions": {
"client_filters": []
}
},
{
"id": "InvalidEnabled",
"description": "A feature flag with an invalid 'enabled' value, that returns false.",
Expand Down
22 changes: 0 additions & 22 deletions docs/FeatureManagement/Samples/NoFilters.tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,6 @@
},
"Description": "A Disabled Feature Flag with no Filters."
},
{
"FeatureFlagName": "StringTrue",
"Inputs": {},
"IsEnabled": {
"Result": "true"
},
"Variant": {
"Result": null
},
"Description": "An Enabled Feature Flag with no Filters."
},
{
"FeatureFlagName": "StringFalse",
"Inputs": {},
"IsEnabled": {
"Result": "false"
},
"Variant": {
"Result": null
},
"Description": "A Disabled Feature Flag with no Filters."
},
{
"FeatureFlagName": "InvalidEnabled",
"Inputs": {},
Expand Down

0 comments on commit b0a4e96

Please sign in to comment.