Fixed API test cases failed due to SonarQube fixes.

pull/40/head
Akshay Joshi 2021-01-31 18:18:50 +05:30
parent 08df09af96
commit 179bac3fd0
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class DatabaseView(PGChildNodeView):
# If connection to database is not allowed then
# provide generic connection
if kwargs['did'] in self.manager.db_info:
self._db = self.manager.db_info[kwargs['did']]
self.datlastsysoid, self.datistemplate, \
datallowconn = \
get_attributes_from_db_info(self.manager, kwargs)