summaryrefslogtreecommitdiff
path: root/ishtar_common/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-11 14:13:39 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-24 19:41:37 +0200
commit72a17624d60f693f753c4a12e79ba286eb837d78 (patch)
tree15ce5e633f195730f61db0bdc8bb17ae16b1f598 /ishtar_common/tests.py
parentde1d66cf8e1c07067359c07261f97715b5a64dc4 (diff)
downloadIshtar-72a17624d60f693f753c4a12e79ba286eb837d78.tar.bz2
Ishtar-72a17624d60f693f753c4a12e79ba286eb837d78.zip
Tests: test container change in treatments
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r--ishtar_common/tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py
index 53db0baae..3e9181f30 100644
--- a/ishtar_common/tests.py
+++ b/ishtar_common/tests.py
@@ -424,9 +424,9 @@ class WizardTest(object):
self.assertRedirects(
response,
'/{}/{}'.format(self.url_name, next_form),
- msg_prefix="Redirection to {} has failed - "
- "Error on previous form ({})?".format(
- next_form, current_step)
+ msg_prefix="Dataset n{} Redirection to {} has failed -"
+ " Error on previous form ({})?".format(
+ data_idx + 1, next_form, current_step)
)
if idx == len(self.steps) - 1:
# last form