Skip to content

Commit d43a37b

Browse files
author
Yalin Li
authored
[AppConfig] Close async clients (Azure#27287)
1 parent 5a79ca8 commit d43a37b

File tree

3 files changed

+982
-979
lines changed

3 files changed

+982
-979
lines changed

sdk/appconfiguration/azure-appconfiguration/tests/asynctestcase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ async def tear_down(self):
4747
config_settings = self.client.list_configuration_settings()
4848
async for config_setting in config_settings:
4949
await self.client.delete_configuration_setting(key=config_setting.key, label=config_setting.label)
50+
await self.client.close()
5051
else:
5152
raise ValueError("Client is None!")

0 commit comments

Comments
 (0)