mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed ERDTables API test case.
This commit is contained in:
@@ -561,6 +561,7 @@ def sql(trans_id, sgid, sid, did):
|
||||
@login_required
|
||||
def tables(trans_id, sgid, sid, did):
|
||||
helper = ERDHelper(trans_id, sid, did)
|
||||
_get_connection(sid, did, trans_id)
|
||||
status, tables = helper.get_all_tables()
|
||||
|
||||
if not status:
|
||||
|
||||
Reference in New Issue
Block a user