We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c631612 commit 728fe9aCopy full SHA for 728fe9a
pkg/epp/saturationdetector/saturationdetector_test.go
@@ -124,7 +124,7 @@ func TestDetector_IsSaturated(t *testing.T) {
124
expectedSaturation bool
125
}{
126
{
127
- name: "No candidate pods pods",
+ name: "No candidate pods",
128
config: defaultConfig,
129
pods: []backendmetrics.PodMetrics{},
130
expectedSaturation: true, // No capacity = saturated
0 commit comments