Skip to content

Commit 7721b2d

Browse files
committed
remove comment
1 parent 4150a99 commit 7721b2d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

coderd/workspaceagents_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -892,10 +892,7 @@ func TestWorkspaceAgentReportStats(t *testing.T) {
892892
agentClient.SetSessionToken(r.AgentToken)
893893

894894
_, err := agentClient.PostStats(context.Background(), &agentsdk.Stats{
895-
ConnectionsByProto: map[string]int64{"TCP": 1},
896-
// Set connection count to 1 but all session counts to zero to
897-
// assert we aren't updating last_used_at for a connections that may
898-
// be spawned passively by the dashboard.
895+
ConnectionsByProto: map[string]int64{"TCP": 1},
899896
ConnectionCount: 1,
900897
RxPackets: 1,
901898
RxBytes: 1,

0 commit comments

Comments
 (0)