terraform: rename test to be more easily targetable

This commit is contained in:
Mitchell Hashimoto 2016-09-15 11:38:49 -07:00
parent 5220cba77c
commit 7dd4813730
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -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