mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
backend/remote: update the test logic
This commit is contained in:
parent
252fa702dc
commit
aefbec63b1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user