aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/complicated_template.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/complicated_template.json')
-rw-r--r--test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/complicated_template.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/complicated_template.json b/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/complicated_template.json
deleted file mode 100644
index 0edbb62dc..000000000
--- a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/complicated_template.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "complicated_template.json",
- "template": {
- "parent": {
- "child1": "Any value 1",
- "child2": {
- "parent": {
- "child1": "Any value 1",
- "child2": "Any value 2",
- "child3": {
- "child4": "Any value 4"
- },
- "child4": [
- "Any value 1",
- "Any value 2, Any value 3"
- ],
- "child5": [
- "Any value 4",
- 1,
- 2,
- 4.4,
- {
- "child6": [
- 1,
- 2,
- 4.4
- ]
- }
- ]
- }
- },
- "child3": {
- "child4": "Any value 4"
- }
- },
- "parent2": "Any value 2",
- "parent3": {
- "child1": "?",
- "child2": "*",
- "child3": "https://url.com?param1=test&param2=*"
- }
- }
-} \ No newline at end of file