summaryrefslogtreecommitdiffstats
path: root/controller-api/src/test/resources/system-flags-with-unknown-field-name/flags/my-test-flag/main.prod.us-west-1.json
diff options
context:
space:
mode:
Diffstat (limited to 'controller-api/src/test/resources/system-flags-with-unknown-field-name/flags/my-test-flag/main.prod.us-west-1.json')
-rw-r--r--controller-api/src/test/resources/system-flags-with-unknown-field-name/flags/my-test-flag/main.prod.us-west-1.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/controller-api/src/test/resources/system-flags-with-unknown-field-name/flags/my-test-flag/main.prod.us-west-1.json b/controller-api/src/test/resources/system-flags-with-unknown-field-name/flags/my-test-flag/main.prod.us-west-1.json
deleted file mode 100644
index c41083fc7ab..00000000000
--- a/controller-api/src/test/resources/system-flags-with-unknown-field-name/flags/my-test-flag/main.prod.us-west-1.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "id" : "my-test-flag",
- "rules" : [
- {
- "condition": [
- {
- "type": "whitelist",
- "dimension": "hostname",
- "values": ["foo.com"]
- }
- ],
- "value" : "default"
- }
- ]
-}