Merge pull request #27799 from hashicorp/pselle/fix_test
[tests] Remove duplicate declaration
This commit is contained in:
commit
d390fad487
|
@ -940,8 +940,6 @@ func TestApply_planNoModuleFiles(t *testing.T) {
|
||||||
|
|
||||||
p := applyFixtureProvider()
|
p := applyFixtureProvider()
|
||||||
planPath := applyFixturePlanFile(t)
|
planPath := applyFixturePlanFile(t)
|
||||||
view, _ := testView(t)
|
|
||||||
|
|
||||||
view, _ := testView(t)
|
view, _ := testView(t)
|
||||||
apply := &ApplyCommand{
|
apply := &ApplyCommand{
|
||||||
Meta: Meta{
|
Meta: Meta{
|
||||||
|
|
Loading…
Reference in New Issue