core: Fix TestContext2Apply_moduleOrphanProvider

We now always expect to find a provider configuration in state. If not,
we assume a module-local one, which is not what this test was trying to
test.
This commit is contained in:
Martin Atkins 2018-09-27 16:01:57 -07:00
parent 4dd4b721ac
commit 95bdf98738
1 changed files with 1 additions and 0 deletions

View File

@ -2867,6 +2867,7 @@ func TestContext2Apply_moduleOrphanProvider(t *testing.T) {
Primary: &InstanceState{
ID: "bar",
},
Provider: "provider.aws",
},
},
},