mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added exception handling for SQLAlchemy function to check the table exists or not.
This commit is contained in:
committed by
Akshay Joshi
parent
b0727cc532
commit
5768ade198
@@ -21,8 +21,8 @@ class SetSessionExpirationTimeTestCase(BaseTestGenerator):
|
||||
|
||||
scenarios = [
|
||||
(
|
||||
'TestCase for verifying session expire time is set to {0} days for '
|
||||
'desktop mode'.format(SESSION_EXP_TIME_DESKTOP),
|
||||
'TestCase for verifying session expire time is set to {0} days '
|
||||
'for desktop mode'.format(SESSION_EXP_TIME_DESKTOP),
|
||||
dict(
|
||||
session_expiration_time=SESSION_EXP_TIME_DESKTOP,
|
||||
is_desktop_mode=True
|
||||
|
||||
Reference in New Issue
Block a user