Merge pull request #6826 from Divyanshikhatri062/name-swap

test: fix swapped test case names in admission controller
This commit is contained in:
KubeEdge Bot 2026-06-22 15:02:13 +08:00 committed by GitHub
commit 968c1c7d26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -368,7 +368,7 @@ func TestGenerateNodeUpgradeJobPatch(t *testing.T) {
},
},
{
name: "Concurrency specified",
name: "TimeoutSeconds specified",
spec: v1alpha1.NodeUpgradeJobSpec{
Version: "v1.0.0",
NodeNames: []string{"node1"},
@ -383,7 +383,7 @@ func TestGenerateNodeUpgradeJobPatch(t *testing.T) {
},
},
{
name: "TimeoutSeconds specified",
name: "Concurrency specified",
spec: v1alpha1.NodeUpgradeJobSpec{
Version: "v1.0.0",
NodeNames: []string{"node1"},