mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-10 08:04:36 -06:00
Fixed ERDTables API test case.
This commit is contained in:
parent
b27a884bda
commit
76217ffa8f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user