Skip to content

Commit 97f8a6a

Browse files
committed
added test data
1 parent 8e702fa commit 97f8a6a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/config.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,32 @@
9595
]
9696
}
9797
},
98+
{
99+
"id": "1045",
100+
"queryGroupId": "c-tst",
101+
"queryLocation": "average",
102+
"name": "Average value - queryLocation without rq",
103+
"description": "Should demonstrates a query calculating some average, but the queryLocation is faultive.",
104+
"icon": "FunctionsIcon",
105+
"comunicaContext": {
106+
"sources": [
107+
"http://localhost:8080/example/values"
108+
]
109+
}
110+
},
111+
{
112+
"id": "1046",
113+
"queryGroupId": "c-tst",
114+
"queryLocation": "averagefefefefe.rq",
115+
"name": "Average value - unexisting queryLocation (ends in .rq)",
116+
"description": "Should demonstrates a query calculating some average, but the queryLocation is faultive.",
117+
"icon": "FunctionsIcon",
118+
"comunicaContext": {
119+
"sources": [
120+
"http://localhost:8080/example/values"
121+
]
122+
}
123+
},
98124
{
99125
"id": "1050",
100126
"queryGroupId": "a-ex",

0 commit comments

Comments
 (0)