mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Ensure that cacher is terminated in TestGetListRecursivePrefix
This commit is contained in:
parent
24536987d8
commit
9b5c4504ee
@ -224,7 +224,8 @@ func TestGetListNonRecursive(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetListRecursivePrefix(t *testing.T) {
|
||||
ctx, store, _ := testSetup(t)
|
||||
ctx, store, terminate := testSetup(t)
|
||||
t.Cleanup(terminate)
|
||||
storagetesting.RunTestGetListRecursivePrefix(ctx, t, store)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user