remove assertion that PrepareProviderConfig was called
This commit is contained in:
parent
d79424708e
commit
77f082bda2
|
@ -191,10 +191,6 @@ func TestLocal_refreshValidate(t *testing.T) {
|
|||
}
|
||||
<-run.Done()
|
||||
|
||||
if !p.PrepareProviderConfigCalled {
|
||||
t.Fatal("Prepare provider config should be called")
|
||||
}
|
||||
|
||||
checkState(t, b.StateOutPath, `
|
||||
test_instance.foo:
|
||||
ID = yes
|
||||
|
|
Loading…
Reference in New Issue