mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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) {
|
func TestGetListRecursivePrefix(t *testing.T) {
|
||||||
ctx, store, _ := testSetup(t)
|
ctx, store, terminate := testSetup(t)
|
||||||
|
t.Cleanup(terminate)
|
||||||
storagetesting.RunTestGetListRecursivePrefix(ctx, t, store)
|
storagetesting.RunTestGetListRecursivePrefix(ctx, t, store)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user