mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Fix Sprintf verb
This commit is contained in:
parent
738f403eea
commit
5b0d4d72ba
@ -252,7 +252,7 @@ func TestMultiWatch(t *testing.T) {
|
||||
rv,
|
||||
)
|
||||
if err != nil {
|
||||
panic(fmt.Sprintf("watch error for %v: %", name, err))
|
||||
panic(fmt.Sprintf("watch error for %v: %v", name, err))
|
||||
}
|
||||
defer w.Stop()
|
||||
watchesStarted.Done()
|
||||
|
Loading…
Reference in New Issue
Block a user