switch tests to use mariadb
This commit is contained in:
parent
01b34b3864
commit
8020bc42ce
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue