Skip to content

Commit 92c2af6

Browse files
authored
fix broken go test
1 parent 34b1085 commit 92c2af6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

go/internal/e2e/session_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,7 @@ func TestSession(t *testing.T) {
388388
}
389389

390390
// Resume using a new client
391-
newClient := copilot.NewClient(&copilot.ClientOptions{
392-
CLIPath: ctx.CLIPath,
393-
Cwd: ctx.WorkDir,
394-
Env: ctx.Env(),
395-
})
391+
newClient := ctx.NewClient()
396392
defer newClient.ForceStop()
397393

398394
session2, err := newClient.ResumeSession(t.Context(), sessionID)

0 commit comments

Comments
 (0)