Skip to content

Commit 13f7438

Browse files
MarcialRosalesmergify[bot]
authored andcommitted
Fix credentials used to create vhost
(cherry picked from commit 09fc535)
1 parent c9a5ea5 commit 13f7438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selenium/test/vhosts/admin-vhosts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('Virtual Hosts in Admin tab', function () {
107107
let vhost = "test_" + Math.floor(Math.random() * 1000)
108108
before(async function() {
109109
log("Creating vhost")
110-
createVhost(getManagementUrl(), basicAuthorization('administrator', 'guest'),
110+
createVhost(getManagementUrl(), basicAuthorization('administrator-only', 'guest'),
111111
vhost, "selenium", "selenium-tag")
112112
// await overview.clickOnOverviewTab()
113113
await overview.clickOnAdminTab()
@@ -132,7 +132,7 @@ describe('Virtual Hosts in Admin tab', function () {
132132
})
133133
after(async function () {
134134
log("Deleting vhost")
135-
deleteVhost(getManagementUrl(), basicAuthorization("administrator", "guest"),
135+
deleteVhost(getManagementUrl(), basicAuthorization("administrator-only", "guest"),
136136
vhost)
137137
})
138138

0 commit comments

Comments
 (0)