update provider types in tests
This commit is contained in:
parent
691bb6b907
commit
85ebaac8ce
|
@ -659,9 +659,7 @@ func TestApplyGraphBuilder_updateFromCBDOrphan(t *testing.T) {
|
|||
AttrsJSON: []byte(`{"id":"a_id"}`),
|
||||
CreateBeforeDestroy: true,
|
||||
},
|
||||
addrs.LocalProviderConfig{
|
||||
LocalName: "test",
|
||||
}.Absolute(addrs.RootModuleInstance),
|
||||
mustProviderConfig(`provider["registry.terraform.io/-/test"]`),
|
||||
)
|
||||
root.SetResourceInstanceCurrent(
|
||||
addrs.Resource{
|
||||
|
@ -683,9 +681,7 @@ func TestApplyGraphBuilder_updateFromCBDOrphan(t *testing.T) {
|
|||
},
|
||||
},
|
||||
},
|
||||
addrs.LocalProviderConfig{
|
||||
LocalName: "test",
|
||||
}.Absolute(addrs.RootModuleInstance),
|
||||
mustProviderConfig(`provider["registry.terraform.io/-/test"]`),
|
||||
)
|
||||
|
||||
b := &ApplyGraphBuilder{
|
||||
|
|
Loading…
Reference in New Issue