backend/remote: update the test logic

This commit is contained in:
Sander van Harmelen 2019-02-08 16:56:37 +01:00
parent 252fa702dc
commit aefbec63b1
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()