We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ad2be commit ccf7b7aCopy full SHA for ccf7b7a
tests/pr_test.go
@@ -64,7 +64,7 @@ func TestRunFSCloudExample(t *testing.T) {
64
"mysql_version": "8.0", // Always lock this test into the latest supported mysql version
65
},
66
ImplicitDestroy: []string{
67
- "module.mysql_db.time_sleep.wait_for_authorization_policy",
+ "module.mysql_db.module.mysql_db.time_sleep.wait_for_authorization_policy",
68
69
CloudInfoService: sharedInfoSvc,
70
})
0 commit comments