switch tests to use mariadb

This commit is contained in:
Diego Lendoiro 2018-04-26 12:41:02 +02:00
parent 01b34b3864
commit 8020bc42ce
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ describe 'passbolt_api service' do
"mysqladmin ping --silent" "mysqladmin ping --silent"
] ]
}, },
'Image' => 'mysql') 'Image' => 'mariadb')
@mysql.start @mysql.start
while @mysql.json['State']['Health']['Status'] != 'healthy' while @mysql.json['State']['Health']['Status'] != 'healthy'