update provider types in tests

This commit is contained in:
James Bardin 2020-02-13 21:15:11 -05:00
parent 691bb6b907
commit 85ebaac8ce
1 changed files with 2 additions and 6 deletions

View File

@ -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{