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 8999b46 commit 33189daCopy full SHA for 33189da
test/smoke/test_conferences_api.py
@@ -271,6 +271,7 @@ def test_conference_recordings(self) -> None:
271
assert_that(update_conference_bxml_response.status_code, 204)
272
273
max_attempts = 5
274
+ list_conference_recordings_response: ApiResponse = None
275
for _ in range(max_attempts):
276
list_conference_recordings_response: ApiResponse = self.conference_api_instance.list_conference_recordings_with_http_info(
277
BW_ACCOUNT_ID, conference_id)
0 commit comments