From 7dd48137304b70a1031c93c213b34c2dd1e3f40d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 15 Sep 2016 11:38:49 -0700 Subject: [PATCH] terraform: rename test to be more easily targetable --- terraform/context_apply_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/context_apply_test.go b/terraform/context_apply_test.go index 46fc8c43d..377aae3da 100644 --- a/terraform/context_apply_test.go +++ b/terraform/context_apply_test.go @@ -3757,7 +3757,7 @@ func TestContext2Apply_idAttr(t *testing.T) { } } -func TestContext2Apply_output(t *testing.T) { +func TestContext2Apply_outputBasic(t *testing.T) { m := testModule(t, "apply-output") p := testProvider("aws") p.ApplyFn = testApplyFn