Skip to content

Commit 5bbb898

Browse files
author
Clement Champetier
committed
pyTest: fix how to check env before launching the testProperties
1 parent 94f541d commit 5bbb898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pyTest/testProperties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Check if environment is setup to run the tests
44
if os.environ.get('AVTRANSCODER_TEST_AUDIO_WAVE_FILE') is None or \
5-
os.environ.get('AVTRANSCODER_TEST_AUDIO_MP4_FILE') is None or \
5+
os.environ.get('AVTRANSCODER_TEST_VIDEO_MP4_FILE') is None or \
66
os.environ.get('AVTRANSCODER_TEST_VIDEO_MOV_FILE') is None:
77
from nose.plugins.skip import SkipTest
88
raise SkipTest("Need to define environment variables "

0 commit comments

Comments
 (0)