Skip to content

Commit d8d5c06

Browse files
committed
nit
1 parent 55a3f63 commit d8d5c06

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

agent/agent_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ func TestAgent_Session_TTY_HugeOutputIsNotLost(t *testing.T) {
422422
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitLong)
423423
defer cancel()
424424
//nolint:dogsled
425-
conn, _, _, _, _ := setupAgent(t, agentsdk.Metadata{}, 0)
425+
conn, _, _, _, _ := setupAgent(t, agentsdk.Manifest{}, 0)
426426
sshClient, err := conn.SSHClient(ctx)
427427
require.NoError(t, err)
428428
defer sshClient.Close()

coderd/database/migrations/000111_workspace_agent_metadata.up.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-- TODO: Do we need an index for workspace_agent_id or is the multi-column PRIMARY
2-
-- key enough?
31
CREATE TABLE workspace_agent_metadata (
42
workspace_agent_id uuid NOT NULL,
53
display_name varchar(127) NOT NULL,

0 commit comments

Comments
 (0)