diff --git a/tests/test_async_client_deprecation_warnings.py b/tests/test_async_client_deprecation_warnings.py index 12b4d55d..8ae39690 100644 --- a/tests/test_async_client_deprecation_warnings.py +++ b/tests/test_async_client_deprecation_warnings.py @@ -580,7 +580,7 @@ async def test_get_oracle_prices_deprecation_warning( assert str(deprecation_warnings[0].message) == "This method is deprecated. Use fetch_oracle_price instead" @pytest.mark.asyncio - async def test_stream_keepalive_deprecation_warning( + async def test_stream_oracle_prices_deprecation_warning( self, oracle_servicer, ):