diff --git a/backend/remote/backend_plan_test.go b/backend/remote/backend_plan_test.go index 80793e9af3..8cd4659699 100644 --- a/backend/remote/backend_plan_test.go +++ b/backend/remote/backend_plan_test.go @@ -64,7 +64,8 @@ func TestRemote_planBasic(t *testing.T) { } func TestRemote_planLongLine(t *testing.T) { - b := testBackendDefault(t) + b, bCleanup := testBackendDefault(t) + defer bCleanup() op, configCleanup := testOperationPlan(t, "./test-fixtures/plan-long-line") defer configCleanup()