diff --git a/terraform/context_test.go b/terraform/context_test.go index c161f7248..d25868cef 100644 --- a/terraform/context_test.go +++ b/terraform/context_test.go @@ -413,11 +413,10 @@ func TestContext2Refresh_tainted(t *testing.T) { } } -/* -func TestContextRefresh_vars(t *testing.T) { +func TestContext2Refresh_vars(t *testing.T) { p := testProvider("aws") m := testModule(t, "refresh-vars") - ctx := testContext(t, &ContextOpts{ + ctx := testContext2(t, &ContextOpts{ Module: m, Providers: map[string]ResourceProviderFactory{ "aws": testProviderFuncFixed(p), @@ -466,7 +465,6 @@ func TestContextRefresh_vars(t *testing.T) { } } } -*/ func TestContext2Validate(t *testing.T) { p := testProvider("aws")