mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed feature tests related to process watcher.
This commit is contained in:
committed by
Akshay Joshi
parent
00ebc58795
commit
7b568cfce2
@@ -820,6 +820,7 @@ def reset_layout_db(user_id=None):
|
||||
'("Browser/Layout", "SQLEditor/Layout", "Debugger/Layout")'
|
||||
' AND USER_ID=?', user_id
|
||||
)
|
||||
cur.execute('DELETE FROM process')
|
||||
conn.commit()
|
||||
conn.close()
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user