diff --git a/docs/FeatureManagement/Samples/NoFilters.sample.json b/docs/FeatureManagement/Samples/NoFilters.sample.json index 3b780391..6860ba53 100644 --- a/docs/FeatureManagement/Samples/NoFilters.sample.json +++ b/docs/FeatureManagement/Samples/NoFilters.sample.json @@ -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.", diff --git a/docs/FeatureManagement/Samples/NoFilters.tests.json b/docs/FeatureManagement/Samples/NoFilters.tests.json index 42ff5a9a..01445d67 100644 --- a/docs/FeatureManagement/Samples/NoFilters.tests.json +++ b/docs/FeatureManagement/Samples/NoFilters.tests.json @@ -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": {},