aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata
diff options
context:
space:
mode:
authorFrode Lundgren <frodelu@frode.lu>2020-09-28 11:44:09 +0200
committerGitHub <noreply@github.com>2020-09-28 11:44:09 +0200
commit6e93e683e7cf85174f081e5fd2737be178766c00 (patch)
tree86cbc3c63e5251a53fa83b5529fcd1d3ecd95169 /controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata
parent4e766b5b30d5f874f18a80709e818230474e5f80 (diff)
Revert "Revert "Support multiple levels of directories for flags""
Diffstat (limited to 'controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata')
-rw-r--r--controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata/flags/group-1/my-test-flag/default.json8
-rw-r--r--controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata/flags/group-2/my-test-flag/default.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata/flags/group-1/my-test-flag/default.json b/controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata/flags/group-1/my-test-flag/default.json
new file mode 100644
index 00000000000..5924eb860c0
--- /dev/null
+++ b/controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata/flags/group-1/my-test-flag/default.json
@@ -0,0 +1,8 @@
+{
+ "id" : "my-test-flag",
+ "rules" : [
+ {
+ "value" : "default"
+ }
+ ]
+} \ No newline at end of file
diff --git a/controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata/flags/group-2/my-test-flag/default.json b/controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata/flags/group-2/my-test-flag/default.json
new file mode 100644
index 00000000000..5924eb860c0
--- /dev/null
+++ b/controller-api/src/test/resources/system-flags-multi-level-with-duplicated-flagdata/flags/group-2/my-test-flag/default.json
@@ -0,0 +1,8 @@
+{
+ "id" : "my-test-flag",
+ "rules" : [
+ {
+ "value" : "default"
+ }
+ ]
+} \ No newline at end of file