We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f541d commit 5bbb898Copy full SHA for 5bbb898
test/pyTest/testProperties.py
@@ -2,7 +2,7 @@
2
3
# Check if environment is setup to run the tests
4
if os.environ.get('AVTRANSCODER_TEST_AUDIO_WAVE_FILE') is None or \
5
- os.environ.get('AVTRANSCODER_TEST_AUDIO_MP4_FILE') is None or \
+ os.environ.get('AVTRANSCODER_TEST_VIDEO_MP4_FILE') is None or \
6
os.environ.get('AVTRANSCODER_TEST_VIDEO_MOV_FILE') is None:
7
from nose.plugins.skip import SkipTest
8
raise SkipTest("Need to define environment variables "
0 commit comments