Fixing cypress.config.dist.js

This commit is contained in:
Hannes Papenberg 2023-05-18 17:44:56 +02:00
parent f3df23f423
commit eeefcc33ad
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ module.exports = defineConfig({
db_host: 'localhost',
db_name: 'test_joomla',
db_user: 'root',
db_password: '',
db_password: 'joomla_ut',
db_prefix: 'jos_',
},
})