From a2e32f00ebe8e9a98a799fcbf9710aadbc8cb61e Mon Sep 17 00:00:00 2001 From: Matt Metcalf Date: Tue, 28 May 2024 09:54:34 -0700 Subject: [PATCH] Removing String tests --- .../Samples/NoFilters.sample.json | 16 -------------- .../Samples/NoFilters.tests.json | 22 ------------------- 2 files changed, 38 deletions(-) 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": {},