mirror of
https://github.com/vee1e/kubeedge.git
synced 2026-09-01 10:18:33 +00:00
Merge pull request #6826 from Divyanshikhatri062/name-swap
test: fix swapped test case names in admission controller
This commit is contained in:
commit
968c1c7d26
1 changed files with 2 additions and 2 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue