Skip to content

Commit 7d37e43

Browse files
Rename test_cli_mgmt_sql.py to test_cli_mgmt_sql_async.py (#36488)
* Rename test_cli_mgmt_sql.py to test_cli_mgmt_sql_async.py * Update assets.json
1 parent 8a4548a commit 7d37e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/sql/azure-mgmt-sql/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "python",
44
"TagPrefix": "python/sql/azure-mgmt-sql",
5-
"Tag": "python/sql/azure-mgmt-sql_50ce2366db"
5+
"Tag": "python/sql/azure-mgmt-sql_f5d6c83c93"
66
}

sdk/sql/azure-mgmt-sql/tests/test_cli_mgmt_sql.py renamed to sdk/sql/azure-mgmt-sql/tests/test_cli_mgmt_sql_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ async def test_instance_pools_list_by_resource_group(self, resource_group):
3838
@recorded_by_proxy_async
3939
async def test_list_operations(self):
4040
response = self.client.operations.list()
41-
assert response
41+
assert response

0 commit comments

Comments
 (0)