Skip to content

Commit 02fa154

Browse files
committed
fix unittest
1 parent ebf258a commit 02fa154

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cloudify_kubernetes/tests/test_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
---
5454
"""
5555

56-
test_dir1 = mkdtemp(dir='/project')
56+
test_dir1 = mkdtemp()
5757

5858

5959
class TestUtils(unittest.TestCase):
@@ -73,7 +73,6 @@ def test_set_directory_path(*_, **__):
7373

7474
resalt = utils.set_directory_path(some_directory,
7575
target_path=test_dir1)
76-
print(os.listdir(resalt))
7776
assert os.listdir(resalt) == listdir
7877
shutil.rmtree(test_dir1)
7978

0 commit comments

Comments
 (0)