diff --git a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_reserved_words.py b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_reserved_words.py index 8c362e6323f..11cd3c9bf8d 100644 --- a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_reserved_words.py +++ b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_reserved_words.py @@ -66,4 +66,3 @@ async def test_operation_with_url(client): @pytest.mark.asyncio async def test_operation_with_enum(client): await client.reserved_enum(models.MyEnum.IMPORT) - await client.reserved_enum(models.MyEnum.IMPORT_ENUM) diff --git a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_reserved_words.py b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_reserved_words.py index fbfceb2fe25..228abeae9e2 100644 --- a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_reserved_words.py +++ b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_reserved_words.py @@ -59,4 +59,3 @@ def test_operation_with_url(client): def test_operation_with_enum(client): client.reserved_enum(models.MyEnum.IMPORT) - client.reserved_enum(models.MyEnum.IMPORT_ENUM)