Commit 77089c03 authored by Gabriel Monnerat's avatar Gabriel Monnerat

fixup! Speed up the usability of scannerjs

Fix script name
parent f67a4273
Pipeline #8328 passed with stage
in 0 seconds
......@@ -51,7 +51,7 @@ class DocumentScanner(ERP5TypeTestCase):
def test_remove_outdated_active_process(self):
data_dict = json.loads(
self.portal.Base_getDefaultBackendDataAsJSON())
self.portal.Base_getDocumentScannerDefaultBackendDataAsJSON())
self.assertEqual(data_dict["image_list"], [])
active_process_url = data_dict["active_process"]
active_process = self.portal.restrictedTraverse(str(active_process_url))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment