diff options
Diffstat (limited to 'tests/integration_tests/platforms.py')
-rw-r--r-- | tests/integration_tests/platforms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests/platforms.py b/tests/integration_tests/platforms.py index ba1d4e9f..3755eb1e 100644 --- a/tests/integration_tests/platforms.py +++ b/tests/integration_tests/platforms.py @@ -217,7 +217,7 @@ class LxdContainerClient(IntegrationClient): client_name_to_class = { 'ec2': Ec2Client, 'gce': GceClient, - # 'azure': AzureClient, # Not supported yet + 'azure': AzureClient, 'oci': OciClient, 'lxd_container': LxdContainerClient } |