fix: missing nolint comment (#13862)

This commit is contained in:
Marcin Tojek
2024-07-10 09:55:30 +00:00
committed by GitHub
parent e8db21c89e
commit 70046ea08d
+1 -1
View File
@@ -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()