1) Warn the user when connecting to a server that is older than pgAdmin supports.

2) Fixed Debugger API test cases.
This commit is contained in:
Akshay Joshi
2022-09-15 13:12:46 +05:30
parent 0cb00c7b4f
commit 01a9a41bd9
2 changed files with 17 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ class DebuggerStartListener(BaseTestGenerator):
self.schema_id = self.schema_data['schema_id']
self.test_data['funcowner'] = self.server["username"]
funcs_utils.set_up(self)
function_info = debugger_utils.create_function(self, utils)
self.func_id = json.loads(function_info.data)['node']['_id']