mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +00:00
Deployment adds version info to its new rc
This commit is contained in:
@@ -314,7 +314,7 @@ func TestGetOldRCs(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, test := range tests {
|
||||
rcs, err := GetOldRCs(newDeployment, testclient.NewSimpleFake(test.objs...))
|
||||
rcs, _, err := GetOldRCs(newDeployment, testclient.NewSimpleFake(test.objs...))
|
||||
if err != nil {
|
||||
t.Errorf("In test case %s, got unexpected error %v", test.test, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user