Skip to content

Commit

Permalink
1) Added missing GLOBALLY_DELIVERABLE config parameter in the config.…
Browse files Browse the repository at this point in the history
…py from the last commit.

2) Fixed API test cases for DBMS_JOB_SCHEDULER
  • Loading branch information
akshay-joshi committed Feb 7, 2025
1 parent ae76ea3 commit bf7f8cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion web/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@
SECURITY_EMAIL_VALIDATOR_ARGS = \
{"check_deliverability": CHECK_EMAIL_DELIVERABILITY}
ALLOW_SPECIAL_EMAIL_DOMAINS = []

# Disables global deliverable check while email validation
GLOBALLY_DELIVERABLE = True
##########################################################################
# Upgrade checks
##########################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"jsscstart": "2024-02-27 00:00:00 +05:30",
"jsscend": "2054-02-28 00:00:00 +05:30",
"jsscfreq": "YEARLY",
"jsscdate": "20250113",
"jsscdate": "20540113",
"jsscweekdays": [],
"jsscmonthdays": [],
"jsscmonths": [],
Expand Down

0 comments on commit bf7f8cd

Please sign in to comment.