Ensure that cacher is terminated in TestGetListRecursivePrefix
Kubernetes-commit: 9b5c4504ee49c366be3d7c806482ef4665dc5f70
This commit is contained in:
parent
51e9232644
commit
aed144f141
|
@ -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