summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files/services.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-03 13:26:28 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:26 +0200
commitbeebdd3bc2061f6687736a78d288027650772807 (patch)
treed00b5de5567897bd3061c8f445e53d551deccfec /config-model/src/test/schema-test-files/services.xml
parentdc8e8c4d256ad7ad4f7c21f922e0bc62bc5c12da (diff)
Remove <client> on Vespa 8
Diffstat (limited to 'config-model/src/test/schema-test-files/services.xml')
-rw-r--r--config-model/src/test/schema-test-files/services.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/config-model/src/test/schema-test-files/services.xml b/config-model/src/test/schema-test-files/services.xml
index 4cc8918cf85..4fb81963152 100644
--- a/config-model/src/test/schema-test-files/services.xml
+++ b/config-model/src/test/schema-test-files/services.xml
@@ -195,13 +195,6 @@
<binding>http://*:*/Status</binding>
</handler>
- <client id="client-provider">
- <binding>http://*:*/HelloWorld</binding>
- <binding>http://*:*/Status</binding>
- <serverBinding>http://*:*/foo</serverBinding>
- <serverBinding>http://*:*/bar</serverBinding>
- </client>
-
<server id="server-provider">
</server>