mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-21 22:16:44 +01:00
Test fixes / coverage
This commit is contained in:
parent
e7972b7eaf
commit
d05343c927
2 changed files with 5 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ class TestChecks(TestCase):
|
|||
self.assertEqual(len(msgs), 1)
|
||||
self.assertTrue(
|
||||
msgs[0].msg.startswith(
|
||||
"Azure AI Vision remote parser requires endpoint to be configured.",
|
||||
"Azure AI remote parser requires endpoint to be configured.",
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue