mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
fix for mysql flaky test (#11102)
This commit is contained in:
parent
4733d7f5a6
commit
36c4250ebe
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ func TestMySQLBackend(t *testing.T) {
|
|||
"username": username,
|
||||
"password": password,
|
||||
"plaintext_connection_allowed": "true",
|
||||
"max_connection_lifetime": "1",
|
||||
}, logger)
|
||||
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue