Replace cleanup functions with t.Cleanup
Golang 1.14 introduced https://golang.org/pkg/testing/#T.Cleanup. In this case, we don't need to propagate cleanup function. It simplifies the code.
Golang 1.14 introduced https://golang.org/pkg/testing/#T.Cleanup. In this case, we don't need to propagate cleanup function. It simplifies the code.