Skip to content

Commit ccf7b7a

Browse files
shemauSteve Peggs
andauthored
test: fully qualify implicit destroy in fscloud example test (#93)
Co-authored-by: Steve Peggs <peggs@uk.ibm.com>
1 parent f6ad2be commit ccf7b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func TestRunFSCloudExample(t *testing.T) {
6464
"mysql_version": "8.0", // Always lock this test into the latest supported mysql version
6565
},
6666
ImplicitDestroy: []string{
67-
"module.mysql_db.time_sleep.wait_for_authorization_policy",
67+
"module.mysql_db.module.mysql_db.time_sleep.wait_for_authorization_policy",
6868
},
6969
CloudInfoService: sharedInfoSvc,
7070
})

0 commit comments

Comments
 (0)