terraform: rename test to be more easily targetable
This commit is contained in:
parent
5220cba77c
commit
7dd4813730
|
@ -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")
|
m := testModule(t, "apply-output")
|
||||||
p := testProvider("aws")
|
p := testProvider("aws")
|
||||||
p.ApplyFn = testApplyFn
|
p.ApplyFn = testApplyFn
|
||||||
|
|
Loading…
Reference in New Issue