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()
|
||||
planPath := applyFixturePlanFile(t)
|
||||
view, _ := testView(t)
|
||||
|
||||
view, _ := testView(t)
|
||||
apply := &ApplyCommand{
|
||||
Meta: Meta{
|
||||
|
|
Loading…
Reference in New Issue