-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v2.10.6
Python version
3.8
Steps to Reproduce
- Define
settings.RELEASE_CHECK_URLto an obviously invalid URL - Start the server (such as with
manage.py runserver
Expected Behavior
A ValidationError should be raised that results in an ImproperlyConfigured error.
Observed Behavior
No errors are raised.
It appears that the use of URLValidator to check the validity of the defined URL is not being used correctly and so a ValidationError will never be raised.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application