From 536ac1b0fe7c4a04ad144022d6394b994feccdfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 27 Apr 2015 16:48:30 +0200 Subject: Fix typo. --- tests/test_mongoengine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mongoengine.py b/tests/test_mongoengine.py index 7badd43..148d274 100644 --- a/tests/test_mongoengine.py +++ b/tests/test_mongoengine.py @@ -31,7 +31,7 @@ try: except ImportError: mongoengine = None -if os.environ.get('SKIP_MONGOENGINE') == 1: +if os.environ.get('SKIP_MONGOENGINE') == '1': mongoengine = None if mongoengine: -- cgit v1.2.3