Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: missing nolint comment
  • Loading branch information
mtojek committed Jul 10, 2024
commit 2d176042a3ed1535e24a8ae4e66a4e1c444138db
2 changes: 1 addition & 1 deletion coderd/database/dbpurge/dbpurge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func TestDeleteOldWorkspaceAgentLogs(t *testing.T) {
require.NotContains(t, agentLogs, t.Name())
})

//nolint:paralleltest It uses LockIDDBPurge.
//nolint:paralleltest // It uses LockIDDBPurge.
t.Run("AgentConnectedSixDaysAgo_LogsValid", func(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitShort)
defer cancel()
Expand Down