core: Partially fix TestContext2Apply_provisionerDestroyFail tests

These need their output strings updated for the new behavior that all
resource instances recorded in state have a provider configuration
associated, whereas before we only did it for non-default ones.
This commit is contained in:
Martin Atkins 2018-09-13 13:22:41 -07:00
parent d13a932dac
commit a709b9f07a
1 changed files with 2 additions and 0 deletions

View File

@ -5007,6 +5007,7 @@ func TestContext2Apply_provisionerDestroyFail(t *testing.T) {
checkStateString(t, state, `
aws_instance.foo:
ID = bar
provider = provider.aws
`)
// Verify apply was invoked
@ -5156,6 +5157,7 @@ func TestContext2Apply_provisionerDestroyFailContinueFail(t *testing.T) {
checkStateString(t, state, `
aws_instance.foo:
ID = bar
provider = provider.aws
`)
// Verify apply was invoked