Merge pull request #20279 from hashicorp/svh/b-test

backend/remote: update the test logic
This commit is contained in:
Sander van Harmelen 2019-02-08 17:17:15 +01:00 committed by GitHub
commit 8b22d5a8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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()