mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed API test cases for packages.
This commit is contained in:
parent
26a758a0d6
commit
46af290b85
@ -586,6 +586,8 @@ class PackageView(PGChildNodeView, SchemaDiffObjectCompare):
|
||||
sqltab = kwargs.get('sqltab', False)
|
||||
is_schema_diff = kwargs.get('is_schema_diff', None)
|
||||
|
||||
data['schema'] = self.schema
|
||||
|
||||
if pkgid is not None and not sqltab:
|
||||
return self.get_sql_with_pkgid(scid, pkgid, data, is_schema_diff)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user