diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-09 16:33:31 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-09 16:33:31 +0200 | 
| commit | cad971cb0b9bac402e379346ae24a17e5d11d313 (patch) | |
| tree | d14baf02e1778fbea2103d025ebd4f2bc9c67eb9 /ishtar_common | |
| parent | 0e1a9779edb4268ba84f0202c85fa4540c1e2341 (diff) | |
| download | Ishtar-cad971cb0b9bac402e379346ae24a17e5d11d313.tar.bz2 Ishtar-cad971cb0b9bac402e379346ae24a17e5d11d313.zip  | |
Tests: fix operation creation wizard
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/tests.py | 1 | 
1 files changed, 0 insertions, 1 deletions
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)  | 
