From 0e8c00cfa6f96e84c551290a37a8cff7f11b9d76 Mon Sep 17 00:00:00 2001 From: Matthew Clarke Date: Fri, 17 May 2024 16:28:03 -0400 Subject: [PATCH] fix: missed tests Signed-off-by: Matthew Clarke --- .../src/error-detection/__fixtures__/hpa-healthy.json | 2 +- .../src/error-detection/__fixtures__/hpa-maxed-out.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/kubernetes-common/src/error-detection/__fixtures__/hpa-healthy.json b/plugins/kubernetes-common/src/error-detection/__fixtures__/hpa-healthy.json index 29c74b4839..2fc73a5ee3 100644 --- a/plugins/kubernetes-common/src/error-detection/__fixtures__/hpa-healthy.json +++ b/plugins/kubernetes-common/src/error-detection/__fixtures__/hpa-healthy.json @@ -13,7 +13,7 @@ "uid": "a34c90e1-8e8f-407f-b4c5-b4543bd56c1b" }, "spec": { - "maxReplicas": 2, + "maxReplicas": 10, "metrics": [ { "resource": { diff --git a/plugins/kubernetes-common/src/error-detection/__fixtures__/hpa-maxed-out.json b/plugins/kubernetes-common/src/error-detection/__fixtures__/hpa-maxed-out.json index 29c74b4839..2360e14ca0 100644 --- a/plugins/kubernetes-common/src/error-detection/__fixtures__/hpa-maxed-out.json +++ b/plugins/kubernetes-common/src/error-detection/__fixtures__/hpa-maxed-out.json @@ -13,7 +13,7 @@ "uid": "a34c90e1-8e8f-407f-b4c5-b4543bd56c1b" }, "spec": { - "maxReplicas": 2, + "maxReplicas": 10, "metrics": [ { "resource": { @@ -70,8 +70,8 @@ "type": "Resource" } ], - "currentReplicas": 2, - "desiredReplicas": 2, + "currentReplicas": 10, + "desiredReplicas": 10, "lastScaleTime": "2024-02-13T20:14:23Z" } }