File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1009,7 +1009,6 @@ async def test_validate_version_unsupported(http_transport_setups) -> None:
10091009 with pytest .raises (VersionNotSupportedError ) as exc_info :
10101010 await client .get_task (request = params , context = context )
10111011
1012- assert 'not supported' in str (exc_info .value ).lower ()
10131012 await client .close ()
10141013
10151014
@@ -1027,7 +1026,6 @@ async def test_validate_decorator_push_notifications_disabled(
10271026 with pytest .raises (UnsupportedOperationError ) as exc_info :
10281027 await client .create_task_push_notification_config (request = params )
10291028
1030- assert 'not supported' in str (exc_info .value ).lower ()
10311029 await client .close ()
10321030
10331031
@@ -1051,5 +1049,4 @@ async def test_validate_streaming_disabled(
10511049 async for _ in stream :
10521050 pass
10531051
1054- assert 'not supported' in str (exc_info .value ).lower ()
10551052 await transport .close ()
You can’t perform that action at this time.
0 commit comments