diff options
author | Wang Qi <wangq.fnst@cn.fujitsu.com> | 2021-12-14 16:27:39 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-01-17 17:01:04 +0000 |
commit | 0f1b2531b4c19b66b9ea80d6a914922a8f12405f (patch) | |
tree | 64f90159bded4ea9e53adb938eeef4bcf5facb3b | |
parent | 8b5ee87d3a89b710cf3bb89aaf700315c78f4803 (diff) |
Update pyagl documents and correct spellinglamprey_12.1.9lamprey_12.1.8lamprey_12.1.7lamprey_12.1.6lamprey_12.1.5lamprey_12.1.4lamprey_12.1.3lamprey_12.1.20lamprey_12.1.2lamprey_12.1.19lamprey_12.1.18lamprey_12.1.17lamprey_12.1.16lamprey_12.1.15lamprey_12.1.14lamprey_12.1.13lamprey_12.1.12lamprey_12.1.11lamprey_12.1.10lamprey_12.1.1lamprey/12.1.9lamprey/12.1.8lamprey/12.1.7lamprey/12.1.6lamprey/12.1.5lamprey/12.1.4lamprey/12.1.3lamprey/12.1.20lamprey/12.1.2lamprey/12.1.19lamprey/12.1.18lamprey/12.1.17lamprey/12.1.16lamprey/12.1.15lamprey/12.1.14lamprey/12.1.13lamprey/12.1.12lamprey/12.1.11lamprey/12.1.10lamprey/12.1.112.1.912.1.812.1.712.1.612.1.512.1.412.1.312.1.2012.1.212.1.1912.1.1812.1.1712.1.1612.1.1512.1.1412.1.1312.1.1212.1.1112.1.1012.1.1lamprey
Bug-AGL: SPEC-4167
Signed-off-by: wangqi <wangq.fnst@cn.fujitsu.com>
Change-Id: I25483202be34aa9ded7f0d85e5f07a80b5a98044
-rw-r--r-- | pyagl/tests/test_telephony.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyagl/tests/test_telephony.py b/pyagl/tests/test_telephony.py index 4663f4f..bba1a57 100644 --- a/pyagl/tests/test_telephony.py +++ b/pyagl/tests/test_telephony.py @@ -38,9 +38,9 @@ async def service(): @pytest.fixture(scope='module') def phonenumber(): - phonenumenv = os.environ.get('AGL_DAIL_PHONENUM') + phonenumenv = os.environ.get('AGL_DIAL_PHONENUM') if not phonenumenv: - pytest.xfail('Please export AGL_DAIL_PHONENUM with valid phone number') + pytest.xfail('Please export AGL_DIAL_PHONENUM with valid phone number') return phonenumenv |