summaryrefslogtreecommitdiff
path: root/vendor/github.com/hashicorp/terraform/command/state_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/terraform/command/state_test.go')
-rw-r--r--vendor/github.com/hashicorp/terraform/command/state_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/hashicorp/terraform/command/state_test.go b/vendor/github.com/hashicorp/terraform/command/state_test.go
index 28d64e35..433c6336 100644
--- a/vendor/github.com/hashicorp/terraform/command/state_test.go
+++ b/vendor/github.com/hashicorp/terraform/command/state_test.go
@@ -28,7 +28,7 @@ func TestStateDefaultBackupExtension(t *testing.T) {
tmp, cwd := testCwd(t)
defer testFixCwd(t, tmp, cwd)
- s, err := (&StateMeta{}).State(&Meta{})
+ s, err := (&StateMeta{}).State()
if err != nil {
t.Fatal(err)
}