Fix a conflict

This commit is contained in:
Gunju Kim 2022-11-08 21:07:08 +09:00
parent 65beed7952
commit 073dca06ae
No known key found for this signature in database
GPG key ID: 9300A528F3F0DAB7

View file

@ -1844,7 +1844,8 @@ func TestStatefulSetStatusUpdate(t *testing.T) {
t.Run(tc.desc, func(t *testing.T) {
set := newStatefulSet(3)
client := fake.NewSimpleClientset(set)
om, ssu, ssc := setupController(client)
om, ssu, ssc, stop := setupController(client)
defer close(stop)
if tc.hasSyncErr {
om.SetCreateStatefulPodError(syncErr, 0)