mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
Merge pull request #20279 from hashicorp/svh/b-test
backend/remote: update the test logic
This commit is contained in:
commit
8b22d5a8ce
@ -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