summaryrefslogtreecommitdiffstats
path: root/azure/multicloud_azure/tests/test_pub_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'azure/multicloud_azure/tests/test_pub_utils.py')
-rw-r--r--azure/multicloud_azure/tests/test_pub_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/multicloud_azure/tests/test_pub_utils.py b/azure/multicloud_azure/tests/test_pub_utils.py
index 1e08e9b..784013b 100644
--- a/azure/multicloud_azure/tests/test_pub_utils.py
+++ b/azure/multicloud_azure/tests/test_pub_utils.py
@@ -46,7 +46,7 @@ class TestPub(unittest.TestCase):
def test_make_dirs(self):
path = "/tmp/azure/azure/bin"
- self.assertEqual(os.makedirs(path, 0777), make_dirs(path))
+ self.assertEqual(os.makedirs(path, 0o777), make_dirs(path))
def test_delete_dirs(self):
path = "/tmp/azure/azure/bin"