summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorOla Aunrønning <olaa@verizonmedia.com>2021-06-11 19:38:44 +0200
committerOla Aunrønning <olaa@verizonmedia.com>2021-06-11 19:38:44 +0200
commit47bebb336eb5d1478901aac7b4f294b42f59e163 (patch)
tree5dadb9d28fda0769ee634b08fbe9df4fecd2a026 /controller-server
parent15ec41ea8e98fbde4e15b2e6ae88ca36efea3c14 (diff)
Update expected test files
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.json2
-rw-r--r--controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.operator.json2
-rw-r--r--controller-server/src/test/resources/horizon/filters-complex.expected.json2
-rw-r--r--controller-server/src/test/resources/horizon/no-filters.expected.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.json b/controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.json
index 7c279442f1d..26497a0434a 100644
--- a/controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.json
+++ b/controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.json
@@ -22,7 +22,7 @@
},
{
"type": "TagValueLiteralOr",
- "filter": "Public",
+ "filter": "public",
"tagKey": "system"
},
{
diff --git a/controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.operator.json b/controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.operator.json
index 5eb5b403b2f..babf3219c6a 100644
--- a/controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.operator.json
+++ b/controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.operator.json
@@ -22,7 +22,7 @@
},
{
"type": "TagValueLiteralOr",
- "filter": "Public",
+ "filter": "public",
"tagKey": "system"
}
]
diff --git a/controller-server/src/test/resources/horizon/filters-complex.expected.json b/controller-server/src/test/resources/horizon/filters-complex.expected.json
index 333e79150e4..68ccb7895de 100644
--- a/controller-server/src/test/resources/horizon/filters-complex.expected.json
+++ b/controller-server/src/test/resources/horizon/filters-complex.expected.json
@@ -30,7 +30,7 @@
},
{
"type": "TagValueLiteralOr",
- "filter": "Public",
+ "filter": "public",
"tagKey": "system"
},
{
diff --git a/controller-server/src/test/resources/horizon/no-filters.expected.json b/controller-server/src/test/resources/horizon/no-filters.expected.json
index d2d6407e6b4..ab26885b839 100644
--- a/controller-server/src/test/resources/horizon/no-filters.expected.json
+++ b/controller-server/src/test/resources/horizon/no-filters.expected.json
@@ -17,7 +17,7 @@
"filters": [
{
"type": "TagValueLiteralOr",
- "filter": "Public",
+ "filter": "public",
"tagKey": "system"
},
{