summaryrefslogtreecommitdiffstats
path: root/controller-api/src/test/resources/system-flags-with-null-value/flags/my-test-flag/main.prod.us-east-3.json
diff options
context:
space:
mode:
Diffstat (limited to 'controller-api/src/test/resources/system-flags-with-null-value/flags/my-test-flag/main.prod.us-east-3.json')
-rw-r--r--controller-api/src/test/resources/system-flags-with-null-value/flags/my-test-flag/main.prod.us-east-3.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/controller-api/src/test/resources/system-flags-with-null-value/flags/my-test-flag/main.prod.us-east-3.json b/controller-api/src/test/resources/system-flags-with-null-value/flags/my-test-flag/main.prod.us-east-3.json
deleted file mode 100644
index c4dca9aa2e1..00000000000
--- a/controller-api/src/test/resources/system-flags-with-null-value/flags/my-test-flag/main.prod.us-east-3.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "id" : "my-test-flag",
- "rules" : [
- {
- "conditions": [
- {
- "type": "whitelist",
- "dimension": "instance",
- "values": ["a:b:c"]
- }
- ]
- },
- {
- "conditions": [
- {
- "type": "whitelist",
- "dimension": "hostname",
- "values": ["foo.com"]
- }
- ],
- "value" : true
- }
- ]
-}