Fixed RESQL test cases introduced after Template patch.

This commit is contained in:
Pradip Parkale 2022-06-15 10:57:04 +05:30 committed by Akshay Joshi
parent db7d72cca8
commit fbf7b4aec3

View File

@ -1186,7 +1186,7 @@ class DatabaseView(PGChildNodeView):
This function will generate sql for sql panel
"""
conn = self.manager.connection()
conn = self.manager.connection(did=did)
SQL = render_template(
"/".join([self.template_path, self._PROPERTIES_SQL]),
did=did, conn=conn, last_system_oid=0,