Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading