JavaScript error fix when config-lock env var set (#182)

This commit is contained in:
Chris Caron
2024-04-06 12:10:26 -04:00
committed by GitHub
parent 515cadfdc9
commit d1c5d64b2e
5 changed files with 67 additions and 65 deletions

View File

@@ -1014,7 +1014,6 @@ class NotifyTests(SimpleTestCase):
assert response.status_code == 200
assert mock_notify.call_count == 1
# Reset our mock object
mock_notify.reset_mock()