Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 8a5a149

Browse files
Copilotmsyyc
andauthored
Fix test_operation_with_enum after regeneration removed duplicate enum value (#3369)
* Initial plan * Fix test_operation_with_enum: remove reference to removed IMPORT_ENUM duplicate Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
1 parent 32ff374 commit 8a5a149

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_reserved_words.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ async def test_operation_with_url(client):
6666
@pytest.mark.asyncio
6767
async def test_operation_with_enum(client):
6868
await client.reserved_enum(models.MyEnum.IMPORT)
69-
await client.reserved_enum(models.MyEnum.IMPORT_ENUM)

packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_reserved_words.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ def test_operation_with_url(client):
5959

6060
def test_operation_with_enum(client):
6161
client.reserved_enum(models.MyEnum.IMPORT)
62-
client.reserved_enum(models.MyEnum.IMPORT_ENUM)

0 commit comments

Comments
 (0)