X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=azure%2Fmulticloud_azure%2Ftests%2Ftest_pub_utils.py;fp=azure%2Fmulticloud_azure%2Ftests%2Ftest_pub_utils.py;h=784013b87146c53bfe93e9321347142c8f5692a6;hb=03386aae18234fcf70b29d80e3ac577791a90dd0;hp=1e08e9bd8202a0dd508a1a925c88448589e13a75;hpb=61d7d474895188ba05ed484c0550babb5f23451e;p=multicloud%2Fazure.git 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"