Fixed ERD API test case failing for PG13

This commit is contained in:
Aditya Toshniwal
2021-02-22 15:01:01 +05:30
committed by Akshay Joshi
parent 296c23784f
commit e0639602e6

View File

@@ -45,7 +45,7 @@ class ERDSql(BaseTestGenerator):
sql_base_path, version_mapping['name'])
if not path.exists(complete_path):
complete_path = path.join(sql_base_path, 'default')
continue
break
data_sql = ''