Fix Bug 1493 repo generation from osm-packages
[osm/osmclient.git] / osmclient / sol005 / tests / test_vca.py
index 25a2aeb..aa5eb2d 100644 (file)
@@ -55,7 +55,7 @@ class TestVca(unittest.TestCase):
         self.vca._http.post_cmd.assert_called()
         mock_print.assert_not_called()
 
-    def test_update_sucess(self):
+    def test_update_success(self):
         self.vca.get = Mock()
         self.vca.get.return_value = {"_id": "1234"}
         self.vca.update("vca_name", self.vca_data)