From ee2971bb7ed6da8bd8a471e96f651bb66dae921f Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 20 Sep 2018 17:06:12 -0700 Subject: [PATCH] core: Fix TestContext2Apply_multiProviderDestroyChild We now correctly prune out empty modules after destroying everything inside them, so we need to update this expectation string to match the new behavior, rather than before when it was actually describing a buggy result. --- terraform/context_apply_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/terraform/context_apply_test.go b/terraform/context_apply_test.go index dae07dc68..7e957f2a2 100644 --- a/terraform/context_apply_test.go +++ b/terraform/context_apply_test.go @@ -3436,8 +3436,6 @@ func TestContext2Apply_multiProviderDestroyChild(t *testing.T) { checkStateString(t, state, ` -module.child: - `) }