Add list support for mysql roles

This commit is contained in:
Jeff Mitchell
2016-01-28 15:04:25 -05:00
parent 9cf06240e0
commit abd71ce80e
3 changed files with 26 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import (
)
func TestBackend_basic(t *testing.T) {
b := Backend()
b, _ := Factory(logical.TestBackendConfig())
logicaltest.Test(t, logicaltest.TestCase{
PreCheck: func() { testAccPreCheck(t) },