mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user