Bug 2122 fixed: used cluster_id instead of cluster_uuid in repo_add.reverse_sync
[osm/N2VC.git] / n2vc / tests / unit / test_k8s_helm3_conn.py
index 40f3820..e32e56e 100644 (file)
@@ -92,7 +92,7 @@ class TestK8sHelm3Conn(asynctest.TestCase):
 
         self.helm_conn.fs.sync.assert_called_once_with(from_path=self.cluster_id)
         self.helm_conn.fs.reverse_sync.assert_called_once_with(
-            from_path=self.cluster_uuid
+            from_path=self.cluster_id
         )
         self.assertEqual(
             self.helm_conn._local_async_exec.call_count,