Skip to content

Commit 6ea1fa2

Browse files
authored
Update testing_new.go
1 parent 236218d commit 6ea1fa2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

helper/resource/testing_new.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ func runNewTest(ctx context.Context, t testing.T, c TestCase, helper *plugintest
255255
testStepConfig = teststep.Configuration(confRequest)
256256

257257
if !step.Query {
258-
//fmt.Println("Writing pre-switch configuration:", rawCfg)
259258
err = wd.SetConfig(ctx, testStepConfig, step.ConfigVariables)
260259
}
261260

@@ -603,8 +602,6 @@ func testIDRefresh(ctx context.Context, t testing.T, c TestCase, wd *plugintest.
603602

604603
testStepConfigDefer := teststep.Configuration(confRequest)
605604

606-
//fmt.Println("Writing the reset to original configuration:", rawCfg)
607-
608605
err = wd.SetConfig(ctx, testStepConfigDefer, step.ConfigVariables)
609606

610607
if err != nil {

0 commit comments

Comments
 (0)