aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/2 testsetups/envcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/2 testsetups/envcheck.py')
-rwxr-xr-xtest cases/unit/2 testsetups/envcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/2 testsetups/envcheck.py b/test cases/unit/2 testsetups/envcheck.py
index af39c4e..e41a715 100755
--- a/test cases/unit/2 testsetups/envcheck.py
+++ b/test cases/unit/2 testsetups/envcheck.py
@@ -2,4 +2,4 @@
import os
-assert('PATH' in os.environ)
+assert 'PATH' in os.environ