From 9f08d1f09a63c1445aac8b4afe015f4d88391501 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 9 Jul 2017 16:33:31 +0200 Subject: Tests: fix operation creation wizard --- ishtar_common/tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ishtar_common/tests.py') diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index c77f3d1b5..6dee5927f 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -137,7 +137,6 @@ class WizardTestFormData(object): if suffix in form_name: continue self.form_datas[form_name + suffix] = self.form_datas.pop(form_name) - for pre in self.pre_tests: pre(test_object) -- cgit v1.2.3