Skip to content

Commit 4422979

Browse files
Fixed client user agent async test file name (#41452)
1 parent 1770ebf commit 4422979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/cosmos/azure-cosmos/tests/test_client_user_agent.py renamed to sdk/cosmos/azure-cosmos/tests/test_client_user_agent_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
@pytest.mark.cosmosEmulator
14-
class TestClientUserAgent(unittest.IsolatedAsyncioTestCase):
14+
class TestClientUserAgentAsync(unittest.IsolatedAsyncioTestCase):
1515

1616
async def test_client_user_agent(self):
1717
async with async_client(url=TestConfig.host, credential=TestConfig.masterKey) as client_async:

0 commit comments

Comments
 (0)