diff options
Diffstat (limited to 'tests/test_security.py')
-rw-r--r-- | tests/test_security.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_security.py b/tests/test_security.py index f0edd88..33d204c 100644 --- a/tests/test_security.py +++ b/tests/test_security.py @@ -42,7 +42,7 @@ class PublicStuff(object): @pytest.mark.sandbox -class TestSandbox(): +class TestSandbox(object): def test_unsafe(self, env): env = SandboxedEnvironment() |