Skip to content

Commit 03b11b6

Browse files
author
rainiera
committed
Mark task/phonecall endpoint tests as skipped for now
1 parent eeb198a commit 03b11b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def test_transcription_fail():
6262
attachment_type='website')
6363

6464

65+
@pytest.mark.skip(reason="Deprecated at the moment")
6566
def test_phonecall_ok():
6667
task = client.create_phonecall_task(
6768
callback_url='http://www.example.com/callback',
@@ -73,6 +74,7 @@ def test_phonecall_ok():
7374
choices=['He is happy', 'He is not happy'])
7475

7576

77+
@pytest.mark.skip(reason="Deprecated at the moment")
7678
def test_phonecall_fail():
7779
with pytest.raises(scaleapi.ScaleInvalidRequest):
7880
client.create_phonecall_task(

0 commit comments

Comments
 (0)