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 eeb198a commit 03b11b6Copy full SHA for 03b11b6
tests/test_client.py
@@ -62,6 +62,7 @@ def test_transcription_fail():
62
attachment_type='website')
63
64
65
+@pytest.mark.skip(reason="Deprecated at the moment")
66
def test_phonecall_ok():
67
task = client.create_phonecall_task(
68
callback_url='http://www.example.com/callback',
@@ -73,6 +74,7 @@ def test_phonecall_ok():
73
74
choices=['He is happy', 'He is not happy'])
75
76
77
78
def test_phonecall_fail():
79
with pytest.raises(scaleapi.ScaleInvalidRequest):
80
client.create_phonecall_task(
0 commit comments