Commit 393d9051 authored by Jérome Perrin's avatar Jérome Perrin

configurator_standard: include test category spreadsheet

Use same spreadsheet for all consulting configurator tests
parent b9898e89
...@@ -1162,7 +1162,7 @@ class TestConsultingConfiguratorWorkflow(StandardConfigurationMixin): ...@@ -1162,7 +1162,7 @@ class TestConsultingConfiguratorWorkflow(StandardConfigurationMixin):
def afterSetUp(self): def afterSetUp(self):
TestLiveConfiguratorWorkflowMixin.afterSetUp(self) TestLiveConfiguratorWorkflowMixin.afterSetUp(self)
categories_file_id = 'standard_category.ods' categories_file_id = 'consulting_configurator_sample_categories.ods'
self.categories_file_path, self.categories_file_upload = \ self.categories_file_path, self.categories_file_upload = \
self.uploadFile(categories_file_id) self.uploadFile(categories_file_id)
......
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