We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953a982 commit d31d880Copy full SHA for d31d880
mysql/resource_grant_test.go
@@ -175,10 +175,10 @@ func TestRoleGrantsOnColumns(t *testing.T) {
175
passwordA := fmt.Sprintf("password_12345678_ASDF-A-%d", rand.Intn(100))
176
passwordB := fmt.Sprintf("password_12345678_ASDF-B-%d", rand.Intn(100))
177
resource.Test(t, resource.TestCase{
178
- PreCheck: func() {
179
- testAccPreCheckSkipRds(t)
180
- testAccPreCheckSkipTiDB(t) // role grants are not supported by this version of MySQL
181
- },
+ PreCheck: func() {
+ testAccPreCheckSkipRds(t)
+ testAccPreCheckSkipTiDB(t) // role grants are not supported by this version of MySQL
+ },
182
ProviderFactories: testAccProviderFactories,
183
CheckDestroy: testAccGrantCheckDestroy,
184
Steps: []resource.TestStep{
0 commit comments