mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed ERD API test case failing for PG13
This commit is contained in:
committed by
Akshay Joshi
parent
296c23784f
commit
e0639602e6
@@ -45,7 +45,7 @@ class ERDSql(BaseTestGenerator):
|
|||||||
sql_base_path, version_mapping['name'])
|
sql_base_path, version_mapping['name'])
|
||||||
|
|
||||||
if not path.exists(complete_path):
|
if not path.exists(complete_path):
|
||||||
complete_path = path.join(sql_base_path, 'default')
|
continue
|
||||||
break
|
break
|
||||||
|
|
||||||
data_sql = ''
|
data_sql = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user