diff --git a/terraform/context_apply_test.go b/terraform/context_apply_test.go index 17af4d55c2..d32c650cac 100644 --- a/terraform/context_apply_test.go +++ b/terraform/context_apply_test.go @@ -9185,7 +9185,6 @@ func TestContext2Apply_dataDependsOn(t *testing.T) { t.Fatalf("diags: %s", diags.Err()) } - t.Fatal("nil pointer below") root := state.ModuleByPath(addrs.RootModuleInstance) actual := root.Resources["data.null_data_source.read"].Primary.Attributes["foo"]