You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a merge of a long-lived branch, the path to an endpoint disappeared from an urls.py meaning an endpoint actively in use became unreachable.
Checking that an endpoint has a path is quite cheap, as seen by the django_extension command show_urls, so we should have a unit-test to ensure this doesn't happen again.
The text was updated successfully, but these errors were encountered:
hmpf
added
API
Affects Argus' REST API
tests
Requires automated tests / affects test framework
labels
Jan 28, 2021
During a merge of a long-lived branch, the path to an endpoint disappeared from an urls.py meaning an endpoint actively in use became unreachable.
Checking that an endpoint has a path is quite cheap, as seen by the
django_extension
commandshow_urls
, so we should have a unit-test to ensure this doesn't happen again.The text was updated successfully, but these errors were encountered: