From edb303a0b91bb4099c21ccaf3af32ebba0bfe369 Mon Sep 17 00:00:00 2001 From: Paul Van Eck Date: Fri, 13 Jun 2025 18:08:55 +0000 Subject: [PATCH] Add async marker to test Signed-off-by: Paul Van Eck --- .../vanilla/legacy/AcceptanceTests/asynctests/test_complex.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_complex.py b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_complex.py index 6876a3e2b45..e46396e20fe 100644 --- a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_complex.py +++ b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_complex.py @@ -536,6 +536,7 @@ async def test_polymorphism_get_and_put_missing_discriminator(self, client): assert dot_salmon.fish_type == "DotSalmon" assert dot_salmon.location == "sweden" + @pytest.mark.asyncio async def test_pass_in_api_version(self, client): assert client._config.api_version == "2016-02-29" async with AutoRestComplexTestService(base_url="http://localhost:3000", api_version="2021-10-01") as client: