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:48 UTC

[libcloud] 04/08: changed test 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 44ec2a0ae1fe0cca0b789c31d2a51476ca339ccb
Author: Reza Shahriari <re...@Rezas-MacBook-Pro.local>
AuthorDate: Fri Jul 19 15:01:07 2019 -0400

    changed test 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 6368843..c613490 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='000000', location=location)
+        public_ip = self.driver.ex_create_public_ip(name='test_public_ip', resource_group='REVIZOR', location=location)
         res_value = self.driver.ex_delete_public_ip(public_ip)
         self.assertTrue(res_value)