You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/07/19 21:04:47 UTC

[libcloud] 03/08: change in resource group

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 30b9aae8a244c909bb6c63e107483d8c12007654
Author: Reza Shahriari <re...@Rezas-MacBook-Pro.local>
AuthorDate: Fri Jul 19 11:51:43 2019 -0400

    change in resource group
---
 libcloud/test/compute/test_azure_arm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/test/compute/test_azure_arm.py b/libcloud/test/compute/test_azure_arm.py
index 789ba9d..6368843 100644
--- a/libcloud/test/compute/test_azure_arm.py
+++ b/libcloud/test/compute/test_azure_arm.py
@@ -567,7 +567,7 @@ class AzureNodeDriverTests(LibcloudTestCase):
     
     def test_delete_public_ip(self):
         location = self.driver.list_locations()[0]
-        public_ip = self.driver.ex_create_public_ip(name='test_public_ip', resource_group='111111', location=location)
+        public_ip = self.driver.ex_create_public_ip(name='test_public_ip', resource_group='000000', location=location)
         res_value = self.driver.ex_delete_public_ip(public_ip)
         self.assertTrue(res_value)