This commit is contained in:
Nikola Jokic 2025-10-06 17:21:19 +02:00
parent b2ac9d930a
commit 358e04bfa2
No known key found for this signature in database
GPG Key ID: E4104494F9B8DDF6
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ func TestGetValidCapacityReservations(t *testing.T) {
func installTestLogger(webhook *HorizontalRunnerAutoscalerGitHubWebhook) *bytes.Buffer {
logs := &bytes.Buffer{}
// Wrap the buffer with a synchronized writer to prevent race conditions
syncWriter := &syncWriter{
writer: logs,