We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2453698 commit 9b5c450Copy full SHA for 9b5c450
staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_test.go
@@ -224,7 +224,8 @@ func TestGetListNonRecursive(t *testing.T) {
224
}
225
226
func TestGetListRecursivePrefix(t *testing.T) {
227
- ctx, store, _ := testSetup(t)
+ ctx, store, terminate := testSetup(t)
228
+ t.Cleanup(terminate)
229
storagetesting.RunTestGetListRecursivePrefix(ctx, t, store)
230
231
0 commit comments