Merge pull request #27799 from hashicorp/pselle/fix_test

[tests] Remove duplicate declaration
This commit is contained in:
Pam Selle 2021-02-16 18:17:11 -05:00 committed by GitHub
commit d390fad487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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