Sonar suggestions

This commit is contained in:
shamoon
2025-09-17 19:18:47 -07:00
parent 809d62a2f4
commit 8a5820328e
2 changed files with 0 additions and 7 deletions

View File

@@ -22,9 +22,3 @@ class TestChecks(TestCase):
"Azure AI remote parser requires endpoint and API key to be configured.",
),
)
@override_settings(REMOTE_OCR_ENGINE="something")
@override_settings(REMOTE_OCR_API_KEY="somekey")
def test_valid_configuration(self):
msgs = check_remote_parser_configured(None)
self.assertEqual(len(msgs), 0)