summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-04-27 16:48:30 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-04-27 16:48:30 +0200
commit536ac1b0fe7c4a04ad144022d6394b994feccdfd (patch)
tree9189b76fcb6e4face5bcd791e6af7e91155f66b4
parent29de94f46b356bef181e8cf02d6cb3ae4ac52075 (diff)
downloadfactory-boy-536ac1b0fe7c4a04ad144022d6394b994feccdfd.tar
factory-boy-536ac1b0fe7c4a04ad144022d6394b994feccdfd.tar.gz
Fix typo.
-rw-r--r--tests/test_mongoengine.py2
1 files changed, 1 insertions, 1 deletions
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: