Skip to content

Commit 50a316a

Browse files
Add missing vhost
1 parent ce760c6 commit 50a316a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

selenium/test/mgt-only/imports/users.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"vhosts": [
5050
{
5151
"name": "/"
52+
},
53+
{
54+
"name": "other"
5255
}
5356
],
5457
"permissions": [
@@ -59,6 +62,13 @@
5962
"write": ".*",
6063
"read": ".*"
6164
},
65+
{
66+
"user": "guest",
67+
"vhost": "other",
68+
"configure": ".*",
69+
"write": ".*",
70+
"read": ".*"
71+
},
6272
{
6373
"user": "management",
6474
"vhost": "/",

0 commit comments

Comments
 (0)