Skip to content

Commit b774a95

Browse files
committed
WIP
1 parent 6a81e47 commit b774a95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mysql/resource_grant_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ func TestAccGrantComplex(t *testing.T) {
192192
{
193193
Config: testAccGrantConfigWithPrivs(dbName, "\"SELECT (`id`,`key`,`order`,`first`,`last`)\"", false),
194194
Check: resource.ComposeTestCheckFunc(
195-
testAccPrivilege("mysql_grant.test", "\"SELECT (`id`,`key`,`order`,`first`,`last`)\"", true, false),
196195
resource.TestCheckResourceAttr("mysql_grant.test", "user", fmt.Sprintf("jdoe-%s", dbName)),
197196
resource.TestCheckResourceAttr("mysql_grant.test", "host", "example.com"),
198197
resource.TestCheckResourceAttr("mysql_grant.test", "database", dbName),

0 commit comments

Comments
 (0)