File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,6 @@ def test_update_conference_forbidden(self) -> None:
402402
403403 self .assertApiException (context , ForbiddenException , 403 )
404404
405- @unittest .skip ("PV Issues" )
406405 def test_update_conference_not_found (self ) -> None :
407406 with self .assertRaises (NotFoundException ) as context :
408407 self .conference_api_instance .update_conference (
@@ -424,7 +423,6 @@ def test_update_conference_bxml_forbidden(self) -> None:
424423
425424 self .assertApiException (context , ForbiddenException , 403 )
426425
427- @unittest .skip ("PV Issues" )
428426 def test_update_conference_bxml_not_found (self ) -> None :
429427 with self .assertRaises (NotFoundException ) as context :
430428 self .conference_api_instance .update_conference_bxml (
@@ -446,7 +444,6 @@ def test_update_conference_member_forbidden(self) -> None:
446444
447445 self .assertApiException (context , ForbiddenException , 403 )
448446
449- @unittest .skip ("PV Issues" )
450447 def test_update_conference_member_not_found (self ) -> None :
451448 with self .assertRaises (NotFoundException ) as context :
452449 self .conference_api_instance .update_conference_member (
You can’t perform that action at this time.
0 commit comments