Skip to content

Commit 33189da

Browse files
committed
Add initialization for list_conference_recordings_response in test_conference_recordings
1 parent 8999b46 commit 33189da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/smoke/test_conferences_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def test_conference_recordings(self) -> None:
271271
assert_that(update_conference_bxml_response.status_code, 204)
272272

273273
max_attempts = 5
274+
list_conference_recordings_response: ApiResponse = None
274275
for _ in range(max_attempts):
275276
list_conference_recordings_response: ApiResponse = self.conference_api_instance.list_conference_recordings_with_http_info(
276277
BW_ACCOUNT_ID, conference_id)

0 commit comments

Comments
 (0)