Skip to content

Commit bf7f8cd

Browse files
committed
1) Added missing GLOBALLY_DELIVERABLE config parameter in the config.py from the last commit.
2) Fixed API test cases for DBMS_JOB_SCHEDULER
1 parent ae76ea3 commit bf7f8cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

web/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,8 @@
402402
SECURITY_EMAIL_VALIDATOR_ARGS = \
403403
{"check_deliverability": CHECK_EMAIL_DELIVERABILITY}
404404
ALLOW_SPECIAL_EMAIL_DOMAINS = []
405-
405+
# Disables global deliverable check while email validation
406+
GLOBALLY_DELIVERABLE = True
406407
##########################################################################
407408
# Upgrade checks
408409
##########################################################################

web/pgadmin/browser/server_groups/servers/databases/dbms_job_scheduler/dbms_jobs/tests/dbms_jobs_test_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"jsscstart": "2024-02-27 00:00:00 +05:30",
5454
"jsscend": "2054-02-28 00:00:00 +05:30",
5555
"jsscfreq": "YEARLY",
56-
"jsscdate": "20250113",
56+
"jsscdate": "20540113",
5757
"jsscweekdays": [],
5858
"jsscmonthdays": [],
5959
"jsscmonths": [],

0 commit comments

Comments
 (0)