Skip to content

Commit

Permalink
Fix prometheus scaler fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Paschoa <apaschoabarres@gmail.com>
  • Loading branch information
axelsccp committed Oct 7, 2023
1 parent 5c4ddd9 commit 398d13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scalers/prometheus_scaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ func TestPrometheusScalerExecutePromQueryParameters(t *testing.T) {
queryParameter := request.URL.Query()
queryParameter.Add(queryParameterName, queryParameterValue)
}

if request.RequestURI != expectedPath {
t.Error("Expect request path to =", expectedPath, "but it is", request.RequestURI)
}
Expand Down

0 comments on commit 398d13d

Please sign in to comment.