summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files/deployment-with-instances.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-10-12 15:55:11 +0200
committerJon Bratseth <bratseth@gmail.com>2022-10-12 15:55:11 +0200
commit5e0502391c2ca7c4b0bfc9f4f652da2676f26314 (patch)
tree1fb5c7073f0af7b111d3290e4295a323d0d9ece2 /config-model/src/test/schema-test-files/deployment-with-instances.xml
parent08f7a121fff008dd1307b106bd1b7d7a84433fe6 (diff)
Add instance tags
Diffstat (limited to 'config-model/src/test/schema-test-files/deployment-with-instances.xml')
-rw-r--r--config-model/src/test/schema-test-files/deployment-with-instances.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/schema-test-files/deployment-with-instances.xml b/config-model/src/test/schema-test-files/deployment-with-instances.xml
index 39771ca9d41..f37ff9f6cc6 100644
--- a/config-model/src/test/schema-test-files/deployment-with-instances.xml
+++ b/config-model/src/test/schema-test-files/deployment-with-instances.xml
@@ -35,7 +35,7 @@
<delay hours='2'/>
<parallel>
- <instance id="three">
+ <instance id="three" tags="a b">
<test/>
<staging/>
</instance>