1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

tests: make default password more complex

Otherwise Yunohost rejects it.
This commit is contained in:
Pierre de La Morinerie 2020-02-08 23:32:38 +01:00
parent 5e72edfc8f
commit 849d75bcbc

2
Vagrantfile vendored
View file

@ -60,7 +60,7 @@ Vagrant.configure("2") do |config|
# documentation for more information about their specific syntax and use.
config.vm.provision "shell", privileged: false, keep_color: true, inline: <<-SHELL
DOMAIN=ynhtests.local
YUNOHOST_ADMIN_PASSWORD="alpine"
YUNOHOST_ADMIN_PASSWORD="ynhadminpwd"
# Stop on first error
set -e