Skip to content

Commit c725955

Browse files
committed
test(engine): rm dupe test server close
Signed-off-by: Dwi Siswanto <[email protected]>
1 parent 30840da commit c725955

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/protocols/headless/engine/page_actions_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,6 @@ func testHeadless(t *testing.T, actions []*Action, timeout time.Duration, handle
670670
}()
671671

672672
ts := httptest.NewServer(http.HandlerFunc(handler))
673-
defer ts.Close()
674673

675674
input := contextargs.NewWithInput(context.Background(), ts.URL)
676675
input.CookieJar, err = cookiejar.New(nil)

0 commit comments

Comments
 (0)