Remove TODO that has already been completed

This commit is contained in:
David Dworken 2023-10-15 18:12:28 -07:00
parent 9a4a2a18aa
commit 539ef74746
No known key found for this signature in database

View File

@ -592,8 +592,6 @@ func testUpdateFromPrevToReleaseViaProd(t *testing.T, tester shellTester) {
testGenericUpdate(t, tester, installFromPrev, updateToRelease)
}
// TODO: Can we duplicate testUpdateFromPrevToCurrent to also run with the prod server?
func testGenericUpdate(t *testing.T, tester shellTester, installInitialVersion func(*testing.T, shellTester) (string, string), installUpdatedVersion func(*testing.T, shellTester) string) {
defer testutils.BackupAndRestoreEnv("HISHTORY_FORCE_CLIENT_VERSION")()
if !testutils.IsOnline() {