mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Rename the 9.1_plus templates to "default" to more appropriately support Greenplum which is based on 8.3.
This commit is contained in:
committed by
Dave Page
parent
0da8d1fe4c
commit
6d05302ca1
@@ -6,7 +6,7 @@ from regression import test_utils
|
||||
|
||||
class TestCheckRecovery(BaseTestGenerator):
|
||||
|
||||
versions_to_test = ["8.3_plus", "9.0_plus"]
|
||||
versions_to_test = ["default", "9.0_plus"]
|
||||
|
||||
def runTest(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user