Skip to content

Commit

Permalink
Fixed static checks
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Kobler <[email protected]>
  • Loading branch information
Simon Kobler committed May 17, 2024
1 parent d50a536 commit ee9a242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Here is an overview of all new **experimental** features:
### Improvements

- **GCP Scalers**: Added custom time horizon in GCP scalers ([#5778](https://github.com/kedacore/keda/issues/5778))
- **Kafka**: Fix logic to scale to zero on invalid offset even with earliest offsetResetPolicy ([#5689](https://github.com/kedacore/keda/issues/5689))
- **GitHub Scaler**: Fixed pagination, fetching repository list ([#5738](https://github.com/kedacore/keda/issues/5738))
- **Kafka**: Fix logic to scale to zero on invalid offset even with earliest offsetResetPolicy ([#5689](https://github.com/kedacore/keda/issues/5689))

### Fixes

Expand Down
4 changes: 2 additions & 2 deletions pkg/scalers/github_runner_scaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package scalers

import (
"context"
"crypto/rand"
"encoding/json"
"fmt"
"crypto/rand"
"html/template"
"math/big"
"net/http"
"net/http/httptest"
"html/template"
"strings"
"testing"
"time"
Expand Down

0 comments on commit ee9a242

Please sign in to comment.