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 5f83918 commit dcccab5Copy full SHA for dcccab5
test/smoke/test_conferences_api.py
@@ -248,7 +248,7 @@ def test_conference_and_members(self):
248
BW_ACCOUNT_ID, call_id, update_call
249
)
250
251
- @unittest.skip("PV Issues")
+ # @unittest.skip("PV Issues")
252
def test_conference_recordings(self) -> None:
253
"""
254
Tests a successful flow of creating a call with a recording.
@@ -261,6 +261,8 @@ def test_conference_recordings(self) -> None:
261
answer_url = MANTECA_BASE_URL + "bxml/joinConferencePause"
262
(test_id, call_id, conference_id) = self.create_conference(answer_url)
263
264
+ print(test_id, call_id, conference_id)
265
+
266
list_conferences_response = self.conference_api_instance.list_conferences(
267
BW_ACCOUNT_ID)
268
0 commit comments