core: Rename typoed fixture for TestContext2Plan "CBD" test
The intent here was for this to be "cbd" for "create_before_destroy", but it was typoed.
This commit is contained in:
parent
dd6b171f62
commit
588f4930f2
|
@ -3714,7 +3714,7 @@ func TestContext2Plan_moduleVariableFromSplat(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestContext2Plan_createBeforeDestroy_depends_datasource(t *testing.T) {
|
||||
m := testModule(t, "plan-cdb-depends-datasource")
|
||||
m := testModule(t, "plan-cbd-depends-datasource")
|
||||
p := testProvider("aws")
|
||||
p.DiffFn = testDiffFn
|
||||
p.GetSchemaReturn = &ProviderSchema{
|
||||
|
|
Loading…
Reference in New Issue