mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
apiextensions: always fix storage version after tests
This commit is contained in:
parent
5b5fea0502
commit
743f0e6cc2
@ -160,7 +160,7 @@ func TestWebhookConverter(t *testing.T) {
|
||||
for i, checkFn := range test.checks {
|
||||
name := fmt.Sprintf("check-%d", i)
|
||||
t.Run(name, func(t *testing.T) {
|
||||
ctc.setAndWaitStorageVersion(t, "v1beta2")
|
||||
defer ctc.setAndWaitStorageVersion(t, "v1beta2")
|
||||
ctc.namespace = fmt.Sprintf("webhook-conversion-%s-%s", test.group, name)
|
||||
checkFn(t, ctc)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user