Commit 65eac5c1 authored by Jérome Perrin's avatar Jérome Perrin

fix a typo in test

parent 8b59440a
......@@ -587,7 +587,7 @@ class StandardConfigurationMixin(TestLiveConfiguratorWorkflowMixin):
rule_list = self.portal.portal_rules.searchFolder(
reference=rule_template.getReference(),
title=rule_template.getTitle(),
validation_stade="validated")
validation_state="validated")
self.assertTrue(len(rule_list) > 0)
self.assertEquals(int(rule_template.getVersion(0)) + 1,
......
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