SOL003 API Align
[vfc/nfvo/lcm.git] / lcm / pub / utils / tests.py
index d7d628e..4d50a33 100644 (file)
@@ -57,7 +57,7 @@ class UtilsTest(unittest.TestCase):
         fileutil.delete_dirs("abc")
         is_ok, f_name = fileutil.download_file_from_http("1", "abc", "1.txt")
         self.assertTrue(is_ok)
-        self.assertTrue(f_name.endswith("abc/1.txt"))
+        self.assertTrue(f_name.endswith("1.txt"))
         fileutil.delete_dirs("abc")
 
     def test_query_job_status(self):