diff --git a/sapl/test_general.py b/sapl/test_general.py index c50f21743..ef0c3a087 100644 --- a/sapl/test_general.py +++ b/sapl/test_general.py @@ -39,8 +39,6 @@ def test_str_sanity(): def test_booleanfield_configure(): - # this simply a sanity check - # __str__ semantics is not considered and should be tested separetely for app in sapl_appconfs: for model in app.get_models(): for field in model._meta.get_fields():