mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Correct the v10 template path.
This commit is contained in:
parent
c5616c7869
commit
9829d74a04
@ -21,7 +21,7 @@ class TestCheckRecovery(BaseTestGenerator):
|
|||||||
if cursor is not None and cursor.connection is not None:
|
if cursor is not None and cursor.connection is not None:
|
||||||
server_version = cursor.connection.server_version
|
server_version = cursor.connection.server_version
|
||||||
if server_version >= 100000:
|
if server_version >= 100000:
|
||||||
version = '10.0_plus'
|
version = '10_plus'
|
||||||
elif server_version >= 90000:
|
elif server_version >= 90000:
|
||||||
version = '9.0_plus'
|
version = '9.0_plus'
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user