fix for mysql flaky test (#11102)

This commit is contained in:
Hridoy Roy 2021-03-17 12:08:34 -07:00 committed by GitHub
parent 4733d7f5a6
commit 36c4250ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {