1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-08-01 19:38:27 +00:00

fix failed test cases

This commit is contained in:
Laiba Bareera 2025-07-31 15:56:34 +05:00
parent 1031ed4fc8
commit 3eb89ec0aa

View File

@ -655,7 +655,7 @@ func Test_getPlatformBenchmarkVersion(t *testing.T) {
args: args{
platform: Platform{Name: "eks"},
},
want: "eks-1.7.0",
want: "eks-1.5.0",
},
{
name: "gke 1.19",