Skip to content

Commit 35734f0

Browse files
committed
fixup! report user ID as uuid.Nil
1 parent 632bf98 commit 35734f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/agentapi/audit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func TestAuditReport(t *testing.T) {
139139
Time: dbtime.Time(tt.time).In(time.UTC),
140140
Action: agentProtoConnectionActionToAudit(t, *tt.action),
141141
OrganizationID: workspace.OrganizationID,
142-
UserID: owner.ID,
142+
UserID: uuid.Nil,
143143
RequestID: tt.id,
144144
ResourceType: database.ResourceTypeWorkspaceAgent,
145145
ResourceID: agent.ID,

0 commit comments

Comments
 (0)