Skip to content

Commit 56cfa17

Browse files
committed
fix
1 parent 218f4b0 commit 56cfa17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

coderd/activitybump_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@ func TestWorkspaceActivityBump(t *testing.T) {
256256
time.Sleep(time.Second * 3)
257257
sshConn, err := conn.SSHClient(ctx)
258258
require.NoError(t, err)
259+
sess, err := sshConn.NewSession()
260+
require.NoError(t, err)
261+
err = sess.Shell()
262+
require.NoError(t, err)
263+
err = sess.Close()
264+
require.NoError(t, err)
259265
_ = sshConn.Close()
260266

261267
assertBumped(true)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy